Extension Hooks

gallery_comments_tagdata

Hook Added in Version:

EE 1.4.2

Hook File Location:

mod.gallery.php

Hook Description:

Allows parsing of contents in tagdata variable for comments

Hook Parameters

  • $row - Data for the comment
  • $tagdata - Current tagdata contents

Hook Returns Data?

Yes

Appearance of Hook in the Code

if (isset($EXT->extensions['gallery_comments_tagdata']))
{
 $tagdata = $EXT->call_extension('gallery_comments_tagdata', $row, $tagdata);
}