wp_check_comment_disallowed_list – action

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

Parameters

.
( 5.5.0 ) . .
$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. . . .
API Letters: ,,,

Implementers