wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_check_comment_disallowed_list › WordPress Action Hooks

Seit5.5.0
Veraltetn/v
do_action( 'wp_check_comment_disallowed_list', $author, $email, $url, $comment, $user_ip, $user_agent )
Parameter: (6)
  • (string) $author Comment author.
    Erforderlich: Ja
  • (string) $email Comment author's email.
    Erforderlich: Ja
  • (string) $url Comment author's URL.
    Erforderlich: Ja
  • (string) $comment Comment content.
    Erforderlich: Ja
  • (string) $user_ip Comment author's IP address.
    Erforderlich: Ja
  • (string) $user_agent Comment author's browser user agent.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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