jetpack_contact_form_forget_ip_address
jetpack_contact_form_forget_ip_address
Appears in: jetpack.13.9.1, jetpack.14.0
Hook Type: filter
Displaying hooks found in version: jetpack.14.0apply_filters('jetpack_contact_form_forget_ip_address') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 1379
* @param string $ip_address IP address of the form submission. * * @since 0.33.0 */ if ( apply_filters( 'jetpack_contact_form_forget_ip_address', false, $comment_author_ip ) ) { $comment_author_ip = null; } $comment_ip_text = $comment_author_ip ? "IP: {$comment_author_ip}\n" : null; $post_id = wp_insert_post(