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

Filters the comment flood status.


Description Description


Parameters Parameters

$bool

(bool) Whether a comment flood is occurring. Default false.

$time_lastcomment

(int) Timestamp of when the last comment was posted.

$time_newcomment

(int) Timestamp of when the new comment was posted.


Top ↑

Source Source

File: wp-includes/comment.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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