Skip to content

Instantly share code, notes, and snippets.

@FahmiRaazali
Created October 15, 2017 13:08
Show Gist options
  • Select an option

  • Save FahmiRaazali/f1e53f1f84bb64d5ab8902587d4261a2 to your computer and use it in GitHub Desktop.

Select an option

Save FahmiRaazali/f1e53f1f84bb64d5ab8902587d4261a2 to your computer and use it in GitHub Desktop.
[Hide Gravity Form Field Label] Code snippet to add option to hide Gravity Form field label #gravityform
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