wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_check_comment_disallowed_list › WordPress Action Hooks

Since5.5.0
Deprecatedn/a
do_action( 'wp_check_comment_disallowed_list', $author, $email, $url, $comment, $user_ip, $user_agent )
Parameters: (6)
  • (string) $author Comment author.
    Required: Yes
  • (string) $email Comment author's email.
    Required: Yes
  • (string) $url Comment author's URL.
    Required: Yes
  • (string) $comment Comment content.
    Required: Yes
  • (string) $user_ip Comment author's IP address.
    Required: Yes
  • (string) $user_agent Comment author's browser user agent.
    Required: Yes
Defined at:
Codex:

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





Source

do_action( 'wp_check_comment_disallowed_list', $author, $email, $url, $comment, $user_ip, $user_agent );