WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_comment_user_ip

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/comment.php apply_filters 2130 /**
* 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.
*/

Hook Parameters

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