Created
June 29, 2019 10:52
-
-
Save dannydickson/633c6a95c172531650e2ae12ce2fdfbf to your computer and use it in GitHub Desktop.
Enable: Hide Gravity Forms Labels
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
// 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