Description
Used to disable the field settings tabs in the field group editor.
Changelog
- Added in version 6.0.6.
Example
This example demonstrates how to disable field settings tabs.
functions.php
<?php
add_filter( 'acf/field_group/disable_field_settings_tabs', '__return_true' );