gallery_parse_entries_tagdata
Hook Added in Version:
EE 1.4.2
Hook File Location:
mod.gallery.php
Hook Description:
Allows parsing of contents in tagdata variable (full contents of tag)
Hook Parameters
- $row - Data for this entry
- $tagdata - Current tagdata contents
Hook Returns Data?
Yes
Appearance of Hook in the Code
if (isset($EXT->extensions['gallery_parse_entries_tagdata']))
{
$tagdata = $EXT->call_extension('gallery_parse_entries_tagdata', $row, $tagdata);
}
