do_action( 'wp_blacklist_check', string $author, string $email, string $url, string $comment, string $user_ip, string $user_agent )

Fires before the comment is tested for blacklisted characters or words.


Description Description


Parameters Parameters

$author

(string) Comment author.

$email

(string) Comment author's email.

$url

(string) Comment author's URL.

$comment

(string) Comment content.

$user_ip

(string) Comment author's IP address.

$user_agent

(string) Comment author's browser user agent.


Top ↑

Source Source

File: wp-includes/comment.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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