<?php

/* Prevent IP address from being stored by Gravity Forms to assist with GDPR compliance */
add_filter( 'gform_ip_address', '__return_empty_string' );