wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_check_comment_disallowed_list › WordPress Action Hooks

Da5.5.0
Deprecaton/a
do_action( 'wp_check_comment_disallowed_list', $author, $email, $url, $comment, $user_ip, $user_agent )
Parametri: (6)
  • (string) $author Comment author.
    Richiesto:
  • (string) $email Comment author's email.
    Richiesto:
  • (string) $url Comment author's URL.
    Richiesto:
  • (string) $comment Comment content.
    Richiesto:
  • (string) $user_ip Comment author's IP address.
    Richiesto:
  • (string) $user_agent Comment author's browser user agent.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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