Skip to content

Instantly share code, notes, and snippets.

@sisaacrussell
Last active June 2, 2017 12:54
Show Gist options
  • Save sisaacrussell/03c72b61289ce46bd46bf2cf1e99376c to your computer and use it in GitHub Desktop.
Save sisaacrussell/03c72b61289ce46bd46bf2cf1e99376c to your computer and use it in GitHub Desktop.
/*
* Enable option within Gravity Forms to hide form field labels
* Source: https://gravitywiz.com/how-to-hide-gravity-form-field-labels-when-using-placeholders/
*/
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