Extension Hooks

edit_template_end

Hook Added in Version:

EE 1.6.0

Hook File Location:

cp.templates.php

Hook Description:

Allows content to be added to the output

Hook Parameters

  • $query - The query object for the current template
  • $template_id - The id of the current template

Hook Returns Data?

Yes

Appearance of Hook in the Code

$r .= $EXT->call_extension('edit_template_end', $query, $template_id);
if ($EXT->end_script === TRUE) return;