Link_Abstract::set_hooked( bool $hooked = true )
Sets the hooked param for flagging if the hooks were created.
Contents
Parameters
- $hooked
-
(bool) (Optional) What to save in the hooked var.
Default value: true
Source
File: src/Tribe/Views/V2/iCalendar/Links/Link_Abstract.php
public function set_hooked( bool $hooked = true ) {
$this->hooked = $hooked;
}
Changelog
| Version | Description |
|---|---|
| 5.12.3 | Introduced. |