do_action( ‘comment_flood_trigger’, int $time_lastcomment, int $time_newcomment )

In this article

Fires before the comment flood message is triggered.

Parameters

$time_lastcommentint
Timestamp of when the last comment was posted.
$time_newcommentint
Timestamp of when the new comment was posted.

Source

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

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.