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.
*/