WordPress hook directory
wp_blacklist_check
Description
Runs to check whether a comment should be blacklisted. Action function arguments: author name, author email, author URL, comment text, author IP address, author's user agent (browser). Your function can execute a wp_die to reject the comment, or perhaps modify one of the input arguments so that it will contain one of the blacklist keywords set in the WordPress options.
This description was scraped automatically from the WordPress filter reference
or action reference
. If it looks like this is the wrong description, please tell me so I can fix my code.
WordPress version history for wp_blacklist_check
This database has information for all major versions from WP 1.2.1 through 2.6. (Note that some intermediate versions are not indexed, particularly 2.0.1 through 2.0.10.) If 2.6 does not show up below, then this hook is deprecated.
| Version | File | Type | |
|---|---|---|---|
| 1.5 | wp-includes/functions-post.php | View hook in source | action |
| 1.5.1 | wp-includes/functions-post.php | View hook in source | action |
| 1.5.2 | wp-includes/functions-post.php | View hook in source | action |
| 2.0 | wp-includes/functions-post.php | View hook in source | action |
| 2.0.11 | wp-includes/functions-post.php | View hook in source | action |
| 2.1 | wp-includes/comment.php | View hook in source | action |
| 2.1.3 | wp-includes/comment.php | View hook in source | action |
| 2.2 | wp-includes/comment.php | View hook in source | action |
| 2.2.1 | wp-includes/comment.php | View hook in source | action |
| 2.2.2 | wp-includes/comment.php | View hook in source | action |
| 2.2.3 | wp-includes/comment.php | View hook in source | action |
| 2.3 | wp-includes/comment.php | View hook in source | action |
| 2.3.1 | wp-includes/comment.php | View hook in source | action |
| 2.3.2 | wp-includes/comment.php | View hook in source | action |
| 2.3.3 | wp-includes/comment.php | View hook in source | action |
| 2.5 | wp-includes/comment.php | View hook in source | action |
| 2.6 | wp-includes/comment.php | View hook in source | action |
Related Hooks
We find related hooks using word stems. wp_blacklist_check has 2 significant word stem(s): blacklist, check. Note that some of the hooks below may not appear in all versions of WP.