On this page
apply_filters( 'comment_flood_message', string $comment_flood_message )
Filters the comment flood error message.
Parameters
$comment_flood_messagestring-
Comment flood error message.
Source
File: wp-includes/comment.php. View all references
$comment_flood_message = apply_filters( 'comment_flood_message', __( 'You are posting comments too quickly. Slow down.' ) );
Related
Used By
| Used By | Description |
|---|---|
| wp_check_comment_flood() wp-includes/comment.php | Checks whether comment flooding is occurring. |
| wp_allow_comment() wp-includes/comment.php | Validates whether this comment is allowed to be made. |
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comment_flood_message