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



pre_comment_user_ip › WordPress Filter Hooks

Da1.5.0
Deprecaton/a
apply_filters( 'pre_comment_user_ip', $commentdata['comment_author_IP'] )
Parametri:
  • (string) $comment_author_ip The comment author's IP address.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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