Filter hook 'comment_flood_filter'

in WP Core File wp-includes/comment.php at line 907

Description

Filters the comment flood status.

Occurrences

Filename Line Number
wp-includes/comment.php 907

Parameters

Type Name Description
bool $bool Whether a comment flood is occurring. Default false.
int $time_lastcomment Timestamp of when the last comment was posted.
int $time_newcomment Timestamp of when the new comment was posted.

PHP Doc

/**
		 * Filters the comment flood status.
		 *
		 * @since 2.1.0
		 *
		 * @param bool $bool             Whether a comment flood is occurring. Default false.
		 * @param int  $time_lastcomment Timestamp of when the last comment was posted.
		 * @param int  $time_newcomment  Timestamp of when the new comment was posted.
		 */