wordpress / latest / hooks / comment_flood_trigger.html

do_action( 'comment_flood_trigger', int $time_lastcomment, int $time_newcomment )

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

File: wp-includes/comment.php. View all references

do_action( 'comment_flood_trigger', $time_lastcomment, $time_newcomment );

Used By

Used By Description

Changelog

Version Description
1.5.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_flood_trigger