Function Hook_trackback_catalogues->run
Definitions
sources/hooks/systems/trackback/catalogues.php
- Run function for trackback hooks. They see if content of an ID relating to this content has trackback enabled.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $id | ID_TEXT | No | No | required parameter | N/A | N/A | The ID |
Returns
- Whether trackback is enabled
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Run function for trackback hooks. They see if content of an ID relating to this content has trackback enabled.
*
* @param ID_TEXT $id The ID
* @return boolean Whether trackback is enabled
*/
public function run(string $id) : bool
* Run function for trackback hooks. They see if content of an ID relating to this content has trackback enabled.
*
* @param ID_TEXT $id The ID
* @return boolean Whether trackback is enabled
*/
public function run(string $id) : bool

