Fires before the comment flood message is triggered.
Parameters
$time_lastcomment
int- Timestamp of when the last comment was posted.
$time_newcomment
int- Timestamp of when the new comment was posted.
Source
do_action( 'comment_flood_trigger', $time_lastcomment, $time_newcomment );
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.