do_action( 'comment_flood_trigger', int $time_lastcomment , int $time_newcomment )
Fires before the comment flood message is triggered.
Description Description
Parameters Parameters
- $time_lastcomment
-
(int) Timestamp of when the last comment was posted.
- $time_newcomment
-
(int) Timestamp of when the new comment was posted.
Source Source
File: wp-includes/comment.php
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |