Skip to content

Instantly share code, notes, and snippets.

@MikeGillihan
Created May 27, 2015 16:37
Show Gist options
  • Save MikeGillihan/f29fe56c055070c0ff98 to your computer and use it in GitHub Desktop.
Save MikeGillihan/f29fe56c055070c0ff98 to your computer and use it in GitHub Desktop.
Enables Gravity Forms field label visibility drop down menu in the form editor
// Enable Gravity Forms field label visibility
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