gallery_cp_insert_entry_end
Hook Added in Version:
EE 1.6.0
Hook File Location:
mcp.gallery.php
Hook Description:
Allows taking of new entry id and doing extra actions
Hook Parameters
- $entry_id - The id of the newly created entry
Hook Returns Data?
No
Appearance of Hook in the Code
$edata = $EXT->call_extension('gallery_cp_insert_entry_end', $insert_id);
if ($EXT->end_script === TRUE) return;
