comment_flood_filter

Advertisement

Summery Summery

Filters the comment flood status.

Syntax Syntax

apply_filters( 'comment_flood_filter', bool $bool, int $time_lastcomment, int $time_newcomment )

Parameters Parameters

$bool

Whether a comment flood is occurring. Default false.

$time_lastcomment

Timestamp of when the last comment was posted.

$time_newcomment

Timestamp of when the new comment was posted.

Source Source

File: wp-includes/comment.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Advertisement

Leave a Reply