Link_Abstract::set_hooked( bool $hooked = true )

Sets the hooked param for flagging if the hooks were created.


Parameters

$hooked

(bool) (Optional) What to save in the hooked var.

Default value: true


Top ↑

Source

File: src/Tribe/Views/V2/iCalendar/Links/Link_Abstract.php

	public function set_hooked( bool $hooked = true ) {
		$this->hooked = $hooked;
	}

Top ↑

Changelog

Changelog
Version Description
5.12.3 Introduced.