Skip to content

Instantly share code, notes, and snippets.

@amielucha
Created August 24, 2018 15:11
Show Gist options
  • Save amielucha/e919ca645ded96b6f9c214d6bbd237f2 to your computer and use it in GitHub Desktop.
Save amielucha/e919ca645ded96b6f9c214d6bbd237f2 to your computer and use it in GitHub Desktop.
Enable Hidden Labels in Gravity Forms
<?php
/*
* Selectively Disable Gravity Forms Labels
*/
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