Skip to content

Instantly share code, notes, and snippets.

@dannydickson
Created June 29, 2019 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dannydickson/546c2574a56e4fbf64dfbc958564a272 to your computer and use it in GitHub Desktop.
Save dannydickson/546c2574a56e4fbf64dfbc958564a272 to your computer and use it in GitHub Desktop.
Enable: Hide Gravity Forms Labels
// Place in functions.php
// Enables option to hide Gravity Forms labels in WP backend the right way instead of display: none CSS
add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment