do_action( 'check_comment_flood', string $comment_author_IP , string $comment_author_email , string $comment_date_gmt , bool $wp_error )
Fires immediately before a comment is marked approved.
Description Description
Allows checking for comment flooding.
Parameters Parameters
Source Source
File: wp-includes/comment.php
Changelog Changelog
| Version | Description |
|---|---|
| 5.5.0 | The $avoid_die parameter was renamed to $wp_error. |
| 4.7.0 | The $avoid_die parameter was added. |
| 2.3.0 | Introduced. |

