Skip to content

Instantly share code, notes, and snippets.

@chrisegg
Last active June 24, 2016 18:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisegg/c9100f29791d83fb4878 to your computer and use it in GitHub Desktop.
Save chrisegg/c9100f29791d83fb4878 to your computer and use it in GitHub Desktop.
Gravity Forms Field Label Visibility
<?php
//* Do NOT include the opening php tag
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