Extension Hooks

gallery_cp_update_entry_end

Hook Added in Version:

EE 1.6.0

Hook File Location:

mcp.gallery.php

Hook Description:

Allows taking of entry id and doing extra actions on update

Hook Parameters

  • $entry_id - The id of the Gallery entry being updated

Hook Returns Data?

Yes

Appearance of Hook in the Code

$edata = $EXT->call_extension('gallery_cp_update_entry_end', $entry_id);
if ($EXT->end_script === TRUE) return;