comment_form_tagdata
Hook Added in Version:
1.4.0
Hook File Location:
mod.comment.php
Hook Description:
Modify, add, replace anything in the Comment Form tag
Hook Parameters
- $tagdata - The tag data for the Comment Form tag
Hook Returns Data?
Yes
Appearance of Hook in the Code
if (isset($EXT->extensions['comment_form_tagdata']))
{
$tagdata = $EXT->call_extension('comment_form_tagdata', $tagdata);
if ($EXT->end_script === TRUE) return;
}
