Filter hook 'pre_comment_user_ip'

in WP Core File wp-includes/comment.php at line 2133

Description

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

Occurrences

Filename Line Number
wp-includes/comment.php 2133

Parameters

Type Name Description
string $comment_author_ip The comment author's IP address.

PHP Doc

/**
	 * Filters the comment author's IP address before it is set.
	 *
	 * @since 1.5.0
	 *
	 * @param string $comment_author_ip The comment author's IP address.
	 */