comment_preview_tagdata
Hook Added in Version:
1.4.0
Hook File Location:
mod.comment.php
Hook Description:
Play with the tagdata contents of the comment preview
Hook Parameters
- $tagdata - The tagdata for the comment preview tag
Hook Returns Data?
Yes
Appearance of Hook in the Code
if (isset($EXT->extensions['comment_preview_tagdata']))
{
$tagdata = $EXT->call_extension('comment_preview_tagdata', $tagdata);
if ($EXT->end_script === TRUE) return;
}
