view_entry_end
Hook Added in Version:
EE 1.4.1
Hook File Location:
cp.publish.php
Hook Description:
Add content to end of view entry page
Hook Parameters
- $entry_id = Entry ID for the entry being view
Hook Returns Data?
Yes
Appearance of Hook in the Code
if (isset($EXT->extensions['view_entry_end']))
{
$r .= $EXT->call_extension('view_entry_end', $entry_id);
}
