jetpack_contact_form_forget_ip_address

jetpack_contact_form_forget_ip_address

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.14.5

apply_filters('jetpack_contact_form_forget_ip_address') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-forms/src/contact-form/class-contact-form.php line 1513
    1509
    1510
    1511
    1512
    1513
    1514
    1515
    1516
    1517
    1518
    1519
    * @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(