Function __global->actualise_post_trackback
Definitions
sources/feedback.php
- Add trackbacks to the specified resource.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$allow_trackbacks | boolean | required parameter | N/A | N/A | Whether this resource allows trackback (if not, this function does nothing - but it's nice to move out this common logic into the shared function) |
$feedback_type | ID_TEXT | required parameter | N/A | N/A | The type (downloads, etc) that this trackback is for |
$content_id | ID_TEXT | required parameter | N/A | N/A | The ID of the type that this trackback is for |
Return
- Whether trackbacks are on
- Type: boolean
- Set: N/A
- Range: N/A