acf/field_group/enable_field_browser

acf/field_group/enable_field_browser

Hook Type: filter

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.6.0

apply_filters('acf/field_group/enable_field_browser') is found 1 times:

  • /src/Site_Health/Site_Health.php line 750
    			'value' => $show_admin ? $yes : $no,
    			'debug' => $show_admin,
    		);
    
    		$field_type_modal_enabled = apply_filters( 'acf/field_group/enable_field_browser', true );
    
    		$fields['field_type-modal_enabled'] = array(
    			'label' => __( 'Field Type Modal Enabled', 'acf' ),
    			'value' => ! empty( $field_type_modal_enabled ) ? $yes : $no,
    			'debug' => $field_type_modal_enabled,
    		);