wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



wp_check_comment_disallowed_list › Les Actions WordPress

Depuis5.5.0
Dépréciéen/a
do_action( 'wp_check_comment_disallowed_list', $author, $email, $url, $comment, $user_ip, $user_agent )
Paramètres: (6)
  • (string) $author Comment author.
    Requis: Oui
  • (string) $email Comment author's email.
    Requis: Oui
  • (string) $url Comment author's URL.
    Requis: Oui
  • (string) $comment Comment content.
    Requis: Oui
  • (string) $user_ip Comment author's IP address.
    Requis: Oui
  • (string) $user_agent Comment author's browser user agent.
    Requis: Oui
Défini(e) dans:
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 );