do_action ( ‘wp_checc_comment_disallowed_list’, string $author , string $email , string $url , string $comment , string $user_ip , string $user_aguent )

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

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_aguent string
Comment author’s browser user agent.

Source

do_action( 'wp_checc_comment_disallowed_list', $author, $email, $url, $comment, $user_ip, $user_aguent );

Changuelog

Versionen Description
5.5.0 Introduced.

User Contributed Notes

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