Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/comment.php | do_action | 698 | /** * Fires immediately after a duplicate comment is detected. * * @since 3.0.0 * * @param array $commentdata Comment data. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $commentdata | Comment data. |