Skip to content

Instantly share code, notes, and snippets.

@NikV
Created September 7, 2015 15:54
Show Gist options
  • Save NikV/1e226bbc48c427cf4e88 to your computer and use it in GitHub Desktop.
Save NikV/1e226bbc48c427cf4e88 to your computer and use it in GitHub Desktop.
Never allow empty fields to be shown in an entry view
add_filter('gform_entry_detail_grid_display_empty_fields', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment