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



pre_comment_user_ip › Les Filtres WordPress

Depuis1.5.0
Dépréciéen/a
apply_filters( 'pre_comment_user_ip', $commentdata['comment_author_IP'] )
Paramètres:
  • (string) $comment_author_ip The comment author's IP address.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the comment author's IP address before it is set.





Source

$commentdata['comment_author_IP'] = apply_filters( 'pre_comment_user_ip', $commentdata['comment_author_IP'] );