Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bryanrsebastian/3a9b4c9fb7f0d7e63cc17413e0308df4 to your computer and use it in GitHub Desktop.
Save bryanrsebastian/3a9b4c9fb7f0d7e63cc17413e0308df4 to your computer and use it in GitHub Desktop.
<?php
/*
* Enable Hidden Labels in form builder
* /
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