Enable Field Label Visibility Settings
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
// Enable Field Label Visibility Settings in Gravity Forms
add_filter( 'gform_enable_field_label_visibility_settings', '__return_true' );