Extension Hooks

update_comment_additional

Hook Added in Version:

1.4.0

Hook File Location:

cp.publish.php

Hook Description:

Add additional processing when updating a comment's information

Hook Parameters

  • $comment_id - Comment's ID
  • $data - Array of data for the comment

Hook Returns Data?

No

Appearance of Hook in the Code

$edata = $EXT->call_extension('update_comment_additional', $comment_id, $data);
if ($EXT->end_script === TRUE) return;