Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save hirejordansmith/dab246adbd6a62c704fa to your computer and use it in GitHub Desktop.
Save hirejordansmith/dab246adbd6a62c704fa to your computer and use it in GitHub Desktop.
Enable GF field label visibility settings
<?php
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