Description
Fires before the comment flood message is triggered.
Occurrences
Filename | Line Number |
---|---|
wp-includes/comment.php | 918 |
Parameters
Type | Name | Description |
---|---|---|
int | $time_lastcomment | Timestamp of when the last comment was posted. |
int | $time_newcomment | Timestamp of when the new comment was posted. |
PHP Doc
/**
* Fires before the comment flood message is triggered.
*
* @since 1.5.0
*
* @param int $time_lastcomment Timestamp of when the last comment was posted.
* @param int $time_newcomment Timestamp of when the new comment was posted.
*/