gallery_insert_new_comment
Hook Added in Version:
EE 1.4.2
Hook File Location:
mod.gallery.php
Hook Description:
After security checks but before actual processing, add your own processing
Hook Parameters
- None
Hook Returns Data?
No
Appearance of Hook in the Code
$edata = $EXT->call_extension('gallery_insert_new_comment');
if ($EXT->end_script === TRUE) return;
