apply_filters( 'pre_comment_user_ip', string $comment_author_ip )

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


Description


Parameters

$comment_author_ip

(string) The comment author's IP address.


Top ↑

Source

File: wp-includes/comment.php

View on Trac


Top ↑

Changelog

Version Description
1.5.0 Introduced.