Function __global->get_trackbacks

Definitions

sources/feedback.php

  • Get the Tempcode containing all the trackbacks received, and the trackback posting form for the specified resource.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$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
$allow_trackback 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)
$type ID_TEXT Blank (empty string) N/A N/A The type of details being fetched (currently: blank or XML)

Return

  • Tempcode for complete trackback box
  • Type: Tempcode
  • Set: N/A
  • Range: N/A