Function Hook_sitemap_member->is_active
Definitions
sources/hooks/systems/sitemap/member.php
- Find whether the hook is active.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether the hook is active
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether the hook is active.
*
* @return boolean Whether the hook is active
*/
public function is_active() : bool
* Find whether the hook is active.
*
* @return boolean Whether the hook is active
*/
public function is_active() : bool

