edit_entries_extra_actions
Hook Added in Version:
1.4.0
Hook File Location:
cp.publish.php
Hook Description:
Add more options to the actions form at the bottom of the Edit screen
Hook Parameters
- None
Hook Returns Data?
Yes
Appearance of Hook in the Code
if (isset($EXT->extensions['edit_entries_extra_actions']))
{
$r .= $EXT->call_extension('edit_entries_extra_actions');
}
