Skip to content

Instantly share code, notes, and snippets.

@lukecav
Created April 13, 2018 13:44
Show Gist options
  • Save lukecav/23aa3773a6cdff20c17c33371a3fbca0 to your computer and use it in GitHub Desktop.
Save lukecav/23aa3773a6cdff20c17c33371a3fbca0 to your computer and use it in GitHub Desktop.
Prevent the IP address being saved in the entry in Gravity Forms
add_filter( 'gform_ip_address', '__return_empty_string' );