wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



wp_check_comment_disallowed_list › Działania WordPress Hooks

Od5.5.0
Przestarzałyn/a
do_action( 'wp_check_comment_disallowed_list', $author, $email, $url, $comment, $user_ip, $user_agent )
Parametry: (6)
  • (string) $author Comment author.
    Wymagane: Tak
  • (string) $email Comment author's email.
    Wymagane: Tak
  • (string) $url Comment author's URL.
    Wymagane: Tak
  • (string) $comment Comment content.
    Wymagane: Tak
  • (string) $user_ip Comment author's IP address.
    Wymagane: Tak
  • (string) $user_agent Comment author's browser user agent.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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