Prevent the IP address from being saved in Gravity Forms

Prevent the IP address from being saved in Gravity Forms site on your child site.

Snippet Type

Execute on Child Sites

Snippet

add_filter( 'gform_ip_address', '__return_empty_string' );
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.