get_comment_author_IP

get_comment_author_IP

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('get_comment_author_IP') is found 1 times:

  • /wp-includes/comment-template.php line 320
    	 * @param string     $comment_author_ip The comment author's IP address, or an empty string if it's not available.
    	 * @param string     $comment_id        The comment ID as a numeric string.
    	 * @param WP_Comment $comment           The comment object.
    	 */
    	return apply_filters( 'get_comment_author_IP', $comment->comment_author_IP, $comment->comment_ID, $comment );  // phpcs:ignore WordPress.NamingConventions.ValidHookName.NotLowercase
    }
    
    /**
     * Displays the IP address of the author of the current comment.
     *
     * @since 0.71