Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ellenbo/c4fce84c3749a5c0631e4f36f3ae39f5 to your computer and use it in GitHub Desktop.
Save ellenbo/c4fce84c3749a5c0631e4f36f3ae39f5 to your computer and use it in GitHub Desktop.
// 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