Created
September 7, 2015 15:54
-
-
Save NikV/1e226bbc48c427cf4e88 to your computer and use it in GitHub Desktop.
Never allow empty fields to be shown in an entry view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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