Last active
June 24, 2016 18:50
-
-
Save chrisegg/c9100f29791d83fb4878 to your computer and use it in GitHub Desktop.
Gravity Forms Field Label Visibility
This file contains 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
<?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