Extension Hooks

insert_comment_start

Hook Added in Version:

1.4.0

Hook File Location:

mod.comment.php

Hook Description:

- Allows complete rewrite of comment submission routine.
- Or could be used to modify the POST data before processing

Hook Parameters

  • None

Hook Returns Data?

No

Appearance of Hook in the Code

$edata = $EXT->call_extension('insert_comment_start');
if ($EXT->end_script === TRUE) return;