wp_blacklist_check

Advertisement

Summery Summery

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

Syntax Syntax

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

Parameters Parameters

$author

Comment author.

$email

Comment author's email.

$url

Comment author's URL.

$comment

Comment content.

$user_ip

Comment author's IP address.

$user_agent

Comment author's browser user agent.

Source Source

File: wp-includes/comment.php

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Advertisement

Leave a Reply