wpseek.com
A WordPress-centric search engine for devs and theme authors



get_comment_author_ip › WordPress Filter Hooks

Since4.1.0
Deprecatedn/a
apply_filters( 'get_comment_author_IP', $comment->comment_author_IP, $comment->comment_ID, $comment )
Parameters: (3)
  • (string) $comment_author_ip The comment author's IP address, or an empty string if it's not available.
    Required: Yes
  • (string) $comment_id The comment ID as a numeric string.
    Required: Yes
  • (WP_Comment) $comment The comment object.
    Required: Yes
Defined at:
Codex:

Filters the comment author's returned IP address.





Source

return apply_filters( 'get_comment_author_IP', $comment->comment_author_IP, $comment->comment_ID, $comment );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase