jetpack_contact_form_forget_ip_address, false, $comment_author_ip
jetpack_contact_form_forget_ip_address, false, $comment_author_ip
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_contact_form_forget_ip_address, false, $comment_author_ip') is found 1 times:
- /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 3038
* @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; } $post_id = 0; $feedback_post = $response->save(); if ( $feedback_post instanceof WP_Post ) {