{"pageProps":{"title":"pre_comment_user_ip","titleType":"Hook","type":"hooks","content":"

pre_comment_user_ip WordPress Filter Hook

The pre_comment_user_ip hook is a WordPress hook that is triggered before a comment is saved to the database. This hook can be used to check the comment author's IP address and to make sure that it is not on a blacklist.

apply_filters( 'pre_comment_user_ip', string $comment_author_ip ) #

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


Parameters

$comment_author_ip

(string)The comment author's IP address.


Top ↑

More Information

With this filter, we can change the comment author’s IP before it’s recorded. Example use case can be when a client submits a comment through a proxy server.

The general format of the header is:
X-Forwarded-For: client1, proxy1, proxy2

where the value is a comma+space separated list of IP addresses, the left-most being the original client, and each successive proxy that passed the request adding the IP address where it received the request from. In this example, the request goes through the IPs: client1 -> proxy1 -> proxy2 -> proxy3. Proxy3 is not shown in the X-Forwarded-For header here and appears as the remote address of the request.

Since it is easy to forge an X-Forwarded-For header, the given information should be used with care.

X-Forwarded-For, X-Forwarded-By, and X-Forwarded-Proto are non-standard header fields and in increasing cases, have been superseded by the standard Forwarded header defined in RFC 7239. Example of a Forwarded header:
Forwarded: for=192.0.2.60;proto=http;by=203.0.113.43


Top ↑

Source

File: wp-includes/comment.php

View on Trac


Top ↑

Related


Top ↑

Changelog

Changelog
VersionDescription
1.5.0Introduced.
","description":"Filters the comment author’s IP address before it is set.","sidebarFiles":{"Hook":[{"componentTitle":"allow_empty_comment","componentLink":"/reference/hooks/allow_empty_comment","private":"","deprecated":""},{"componentTitle":"check_comment_flood","componentLink":"/reference/hooks/check_comment_flood","private":"","deprecated":""},{"componentTitle":"clean_comment_cache","componentLink":"/reference/hooks/clean_comment_cache","private":"","deprecated":""},{"componentTitle":"close_comments_for_post_types","componentLink":"/reference/hooks/close_comments_for_post_types","private":"","deprecated":""},{"componentTitle":"comment_{$new_status}_{$comment->comment_type}","componentLink":"/reference/hooks/comment_new_status_comment-comment_type","private":"","deprecated":""},{"componentTitle":"comment_{$old_status}_to_{$new_status}","componentLink":"/reference/hooks/comment_old_status_to_new_status","private":"","deprecated":""},{"componentTitle":"comment_closed","componentLink":"/reference/hooks/comment_closed","private":"","deprecated":""},{"componentTitle":"comment_cookie_lifetime","componentLink":"/reference/hooks/comment_cookie_lifetime","private":"","deprecated":""},{"componentTitle":"comment_duplicate_message","componentLink":"/reference/hooks/comment_duplicate_message","private":"","deprecated":""},{"componentTitle":"comment_duplicate_trigger","componentLink":"/reference/hooks/comment_duplicate_trigger","private":"","deprecated":""},{"componentTitle":"comment_flood_filter","componentLink":"/reference/hooks/comment_flood_filter","private":"","deprecated":""},{"componentTitle":"comment_flood_message","componentLink":"/reference/hooks/comment_flood_message","private":"","deprecated":""},{"componentTitle":"comment_flood_trigger","componentLink":"/reference/hooks/comment_flood_trigger","private":"","deprecated":""},{"componentTitle":"comment_id_not_found","componentLink":"/reference/hooks/comment_id_not_found","private":"","deprecated":""},{"componentTitle":"comment_max_links_url","componentLink":"/reference/hooks/comment_max_links_url","private":"","deprecated":""},{"componentTitle":"comment_on_draft","componentLink":"/reference/hooks/comment_on_draft","private":"","deprecated":""},{"componentTitle":"comment_on_password_protected","componentLink":"/reference/hooks/comment_on_password_protected","private":"","deprecated":""},{"componentTitle":"comment_on_trash","componentLink":"/reference/hooks/comment_on_trash","private":"","deprecated":""},{"componentTitle":"comment_post","componentLink":"/reference/hooks/comment_post","private":"","deprecated":""},{"componentTitle":"comment_save_pre","componentLink":"/reference/hooks/comment_save_pre","private":"","deprecated":""},{"componentTitle":"delete_comment","componentLink":"/reference/hooks/delete_comment","private":"","deprecated":""},{"componentTitle":"deleted_comment","componentLink":"/reference/hooks/deleted_comment","private":"","deprecated":""},{"componentTitle":"do_all_pings","componentLink":"/reference/hooks/do_all_pings","private":"","deprecated":""},{"componentTitle":"duplicate_comment_id","componentLink":"/reference/hooks/duplicate_comment_id","private":"","deprecated":""},{"componentTitle":"edit_comment","componentLink":"/reference/hooks/edit_comment","private":"","deprecated":""},{"componentTitle":"get_comment","componentLink":"/reference/hooks/get_comment","private":"","deprecated":""},{"componentTitle":"get_default_comment_status","componentLink":"/reference/hooks/get_default_comment_status","private":"","deprecated":""},{"componentTitle":"get_page_of_comment","componentLink":"/reference/hooks/get_page_of_comment","private":"","deprecated":""},{"componentTitle":"get_page_of_comment_query_args","componentLink":"/reference/hooks/get_page_of_comment_query_args","private":"","deprecated":""},{"componentTitle":"notify_post_author","componentLink":"/reference/hooks/notify_post_author","private":"","deprecated":""},{"componentTitle":"pingback_useragent","componentLink":"/reference/hooks/pingback_useragent","private":"","deprecated":""},{"componentTitle":"pre_comment_approved","componentLink":"/reference/hooks/pre_comment_approved","private":"","deprecated":""},{"componentTitle":"pre_comment_author_email","componentLink":"/reference/hooks/pre_comment_author_email","private":"","deprecated":""},{"componentTitle":"pre_comment_author_name","componentLink":"/reference/hooks/pre_comment_author_name","private":"","deprecated":""},{"componentTitle":"pre_comment_author_url","componentLink":"/reference/hooks/pre_comment_author_url","private":"","deprecated":""},{"componentTitle":"pre_comment_content","componentLink":"/reference/hooks/pre_comment_content","private":"","deprecated":""},{"componentTitle":"pre_comment_on_post","componentLink":"/reference/hooks/pre_comment_on_post","private":"","deprecated":""},{"componentTitle":"pre_comment_user_agent","componentLink":"/reference/hooks/pre_comment_user_agent","private":"","deprecated":""},{"componentTitle":"pre_comment_user_ip","componentLink":"/reference/hooks/pre_comment_user_ip","private":"","deprecated":"","active":"active"},{"componentTitle":"pre_ping","componentLink":"/reference/hooks/pre_ping","private":"","deprecated":""},{"componentTitle":"pre_user_id","componentLink":"/reference/hooks/pre_user_id","private":"","deprecated":""},{"componentTitle":"pre_wp_update_comment_count_now","componentLink":"/reference/hooks/pre_wp_update_comment_count_now","private":"","deprecated":""},{"componentTitle":"preprocess_comment","componentLink":"/reference/hooks/preprocess_comment","private":"","deprecated":""},{"componentTitle":"spam_comment","componentLink":"/reference/hooks/spam_comment","private":"","deprecated":""},{"componentTitle":"spammed_comment","componentLink":"/reference/hooks/spammed_comment","private":"","deprecated":""},{"componentTitle":"transition_comment_status","componentLink":"/reference/hooks/transition_comment_status","private":"","deprecated":""},{"componentTitle":"trash_comment","componentLink":"/reference/hooks/trash_comment","private":"","deprecated":""},{"componentTitle":"trashed_comment","componentLink":"/reference/hooks/trashed_comment","private":"","deprecated":""},{"componentTitle":"unspam_comment","componentLink":"/reference/hooks/unspam_comment","private":"","deprecated":""},{"componentTitle":"unspammed_comment","componentLink":"/reference/hooks/unspammed_comment","private":"","deprecated":""},{"componentTitle":"untrash_comment","componentLink":"/reference/hooks/untrash_comment","private":"","deprecated":""},{"componentTitle":"untrashed_comment","componentLink":"/reference/hooks/untrashed_comment","private":"","deprecated":""},{"componentTitle":"wp_anonymize_comment","componentLink":"/reference/hooks/wp_anonymize_comment","private":"","deprecated":""},{"componentTitle":"wp_blacklist_check","componentLink":"/reference/hooks/wp_blacklist_check","private":"","deprecated":"deprecated"},{"componentTitle":"wp_check_comment_disallowed_list","componentLink":"/reference/hooks/wp_check_comment_disallowed_list","private":"","deprecated":""},{"componentTitle":"wp_count_comments","componentLink":"/reference/hooks/wp_count_comments","private":"","deprecated":""},{"componentTitle":"wp_get_comment_fields_max_lengths","componentLink":"/reference/hooks/wp_get_comment_fields_max_lengths","private":"","deprecated":""},{"componentTitle":"wp_get_current_commenter","componentLink":"/reference/hooks/wp_get_current_commenter","private":"","deprecated":""},{"componentTitle":"wp_insert_comment","componentLink":"/reference/hooks/wp_insert_comment","private":"","deprecated":""},{"componentTitle":"wp_is_comment_flood","componentLink":"/reference/hooks/wp_is_comment_flood","private":"","deprecated":""},{"componentTitle":"wp_set_comment_status","componentLink":"/reference/hooks/wp_set_comment_status","private":"","deprecated":""},{"componentTitle":"wp_update_comment_count","componentLink":"/reference/hooks/wp_update_comment_count","private":"","deprecated":""},{"componentTitle":"wp_update_comment_data","componentLink":"/reference/hooks/wp_update_comment_data","private":"","deprecated":""},{"componentTitle":"wp_update_comment_type_batch_size","componentLink":"/reference/hooks/wp_update_comment_type_batch_size","private":"","deprecated":""}],"Function":[{"componentTitle":"add_comment_meta()","componentLink":"/reference/functions/add_comment_meta","private":"","deprecated":""},{"componentTitle":"check_comment_flood_db()","componentLink":"/reference/functions/check_comment_flood_db","private":"","deprecated":""},{"componentTitle":"check_comment()","componentLink":"/reference/functions/check_comment","private":"","deprecated":""},{"componentTitle":"clean_comment_cache()","componentLink":"/reference/functions/clean_comment_cache","private":"","deprecated":""},{"componentTitle":"delete_comment_meta()","componentLink":"/reference/functions/delete_comment_meta","private":"","deprecated":""},{"componentTitle":"discover_pingback_server_uri()","componentLink":"/reference/functions/discover_pingback_server_uri","private":"","deprecated":""},{"componentTitle":"do_all_enclosures()","componentLink":"/reference/functions/do_all_enclosures","private":"","deprecated":""},{"componentTitle":"do_all_pingbacks()","componentLink":"/reference/functions/do_all_pingbacks","private":"","deprecated":""},{"componentTitle":"do_all_pings()","componentLink":"/reference/functions/do_all_pings","private":"","deprecated":""},{"componentTitle":"do_all_trackbacks()","componentLink":"/reference/functions/do_all_trackbacks","private":"","deprecated":""},{"componentTitle":"do_trackbacks()","componentLink":"/reference/functions/do_trackbacks","private":"","deprecated":""},{"componentTitle":"generic_ping()","componentLink":"/reference/functions/generic_ping","private":"","deprecated":""},{"componentTitle":"get_approved_comments()","componentLink":"/reference/functions/get_approved_comments","private":"","deprecated":""},{"componentTitle":"get_comment_count()","componentLink":"/reference/functions/get_comment_count","private":"","deprecated":""},{"componentTitle":"get_comment_meta()","componentLink":"/reference/functions/get_comment_meta","private":"","deprecated":""},{"componentTitle":"get_comment_pages_count()","componentLink":"/reference/functions/get_comment_pages_count","private":"","deprecated":""},{"componentTitle":"get_comment_statuses()","componentLink":"/reference/functions/get_comment_statuses","private":"","deprecated":""},{"componentTitle":"get_comment()","componentLink":"/reference/functions/get_comment","private":"","deprecated":""},{"componentTitle":"get_comments()","componentLink":"/reference/functions/get_comments","private":"","deprecated":""},{"componentTitle":"get_default_comment_status()","componentLink":"/reference/functions/get_default_comment_status","private":"","deprecated":""},{"componentTitle":"get_lastcommentmodified()","componentLink":"/reference/functions/get_lastcommentmodified","private":"","deprecated":""},{"componentTitle":"get_page_of_comment()","componentLink":"/reference/functions/get_page_of_comment","private":"","deprecated":""},{"componentTitle":"pingback_ping_source_uri()","componentLink":"/reference/functions/pingback_ping_source_uri","private":"","deprecated":""},{"componentTitle":"pingback()","componentLink":"/reference/functions/pingback","private":"","deprecated":""},{"componentTitle":"privacy_ping_filter()","componentLink":"/reference/functions/privacy_ping_filter","private":"","deprecated":""},{"componentTitle":"sanitize_comment_cookies()","componentLink":"/reference/functions/sanitize_comment_cookies","private":"","deprecated":""},{"componentTitle":"separate_comments()","componentLink":"/reference/functions/separate_comments","private":"","deprecated":""},{"componentTitle":"trackback()","componentLink":"/reference/functions/trackback","private":"","deprecated":""},{"componentTitle":"update_comment_cache()","componentLink":"/reference/functions/update_comment_cache","private":"","deprecated":""},{"componentTitle":"update_comment_meta()","componentLink":"/reference/functions/update_comment_meta","private":"","deprecated":""},{"componentTitle":"weblog_ping()","componentLink":"/reference/functions/weblog_ping","private":"","deprecated":""},{"componentTitle":"wp_allow_comment()","componentLink":"/reference/functions/wp_allow_comment","private":"","deprecated":""},{"componentTitle":"wp_cache_set_comments_last_changed()","componentLink":"/reference/functions/wp_cache_set_comments_last_changed","private":"","deprecated":""},{"componentTitle":"wp_check_comment_data_max_lengths()","componentLink":"/reference/functions/wp_check_comment_data_max_lengths","private":"","deprecated":""},{"componentTitle":"wp_check_comment_disallowed_list()","componentLink":"/reference/functions/wp_check_comment_disallowed_list","private":"","deprecated":""},{"componentTitle":"wp_check_comment_flood()","componentLink":"/reference/functions/wp_check_comment_flood","private":"","deprecated":""},{"componentTitle":"wp_comments_personal_data_eraser()","componentLink":"/reference/functions/wp_comments_personal_data_eraser","private":"","deprecated":""},{"componentTitle":"wp_comments_personal_data_exporter()","componentLink":"/reference/functions/wp_comments_personal_data_exporter","private":"","deprecated":""},{"componentTitle":"wp_count_comments()","componentLink":"/reference/functions/wp_count_comments","private":"","deprecated":""},{"componentTitle":"wp_defer_comment_counting()","componentLink":"/reference/functions/wp_defer_comment_counting","private":"","deprecated":""},{"componentTitle":"wp_delete_comment()","componentLink":"/reference/functions/wp_delete_comment","private":"","deprecated":""},{"componentTitle":"wp_filter_comment()","componentLink":"/reference/functions/wp_filter_comment","private":"","deprecated":""},{"componentTitle":"wp_get_comment_fields_max_lengths()","componentLink":"/reference/functions/wp_get_comment_fields_max_lengths","private":"","deprecated":""},{"componentTitle":"wp_get_comment_status()","componentLink":"/reference/functions/wp_get_comment_status","private":"","deprecated":""},{"componentTitle":"wp_get_current_commenter()","componentLink":"/reference/functions/wp_get_current_commenter","private":"","deprecated":""},{"componentTitle":"wp_get_unapproved_comment_author_email()","componentLink":"/reference/functions/wp_get_unapproved_comment_author_email","private":"","deprecated":""},{"componentTitle":"wp_handle_comment_submission()","componentLink":"/reference/functions/wp_handle_comment_submission","private":"","deprecated":""},{"componentTitle":"wp_insert_comment()","componentLink":"/reference/functions/wp_insert_comment","private":"","deprecated":""},{"componentTitle":"wp_new_comment_notify_moderator()","componentLink":"/reference/functions/wp_new_comment_notify_moderator","private":"","deprecated":""},{"componentTitle":"wp_new_comment_notify_postauthor()","componentLink":"/reference/functions/wp_new_comment_notify_postauthor","private":"","deprecated":""},{"componentTitle":"wp_new_comment()","componentLink":"/reference/functions/wp_new_comment","private":"","deprecated":""},{"componentTitle":"wp_queue_comments_for_comment_meta_lazyload()","componentLink":"/reference/functions/wp_queue_comments_for_comment_meta_lazyload","private":"","deprecated":""},{"componentTitle":"wp_register_comment_personal_data_eraser()","componentLink":"/reference/functions/wp_register_comment_personal_data_eraser","private":"","deprecated":""},{"componentTitle":"wp_register_comment_personal_data_exporter()","componentLink":"/reference/functions/wp_register_comment_personal_data_exporter","private":"","deprecated":""},{"componentTitle":"wp_set_comment_cookies()","componentLink":"/reference/functions/wp_set_comment_cookies","private":"","deprecated":""},{"componentTitle":"wp_set_comment_status()","componentLink":"/reference/functions/wp_set_comment_status","private":"","deprecated":""},{"componentTitle":"wp_spam_comment()","componentLink":"/reference/functions/wp_spam_comment","private":"","deprecated":""},{"componentTitle":"wp_throttle_comment_flood()","componentLink":"/reference/functions/wp_throttle_comment_flood","private":"","deprecated":""},{"componentTitle":"wp_transition_comment_status()","componentLink":"/reference/functions/wp_transition_comment_status","private":"","deprecated":""},{"componentTitle":"wp_trash_comment()","componentLink":"/reference/functions/wp_trash_comment","private":"","deprecated":""},{"componentTitle":"wp_unspam_comment()","componentLink":"/reference/functions/wp_unspam_comment","private":"","deprecated":""},{"componentTitle":"wp_untrash_comment()","componentLink":"/reference/functions/wp_untrash_comment","private":"","deprecated":""},{"componentTitle":"wp_update_comment_count_now()","componentLink":"/reference/functions/wp_update_comment_count_now","private":"","deprecated":""},{"componentTitle":"wp_update_comment_count()","componentLink":"/reference/functions/wp_update_comment_count","private":"","deprecated":""},{"componentTitle":"wp_update_comment()","componentLink":"/reference/functions/wp_update_comment","private":"","deprecated":""},{"componentTitle":"xmlrpc_pingback_error()","componentLink":"/reference/functions/xmlrpc_pingback_error","private":"","deprecated":""},{"componentTitle":"_clear_modified_cache_on_transition_comment_status()","componentLink":"/reference/functions/_clear_modified_cache_on_transition_comment_status","private":"private","deprecated":""},{"componentTitle":"_close_comments_for_old_post()","componentLink":"/reference/functions/_close_comments_for_old_post","private":"private","deprecated":""},{"componentTitle":"_close_comments_for_old_posts()","componentLink":"/reference/functions/_close_comments_for_old_posts","private":"private","deprecated":""},{"componentTitle":"_prime_comment_caches()","componentLink":"/reference/functions/_prime_comment_caches","private":"private","deprecated":""},{"componentTitle":"_wp_batch_update_comment_type()","componentLink":"/reference/functions/_wp_batch_update_comment_type","private":"","deprecated":""}]}},"__N_SSG":true}