acf/field_group/render_field_settings_tab/{$tab}/type={$field[type]}
acf/field_group/render_field_settings_tab/{$tab}/type={$field[type]}
Appears in: advanced-custom-fields.6.2.6.1
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.2.6.1do_action('acf/field_group/render_field_settings_tab/{$tab}/type={$field[type]}') is found 1 times:
- /includes/admin/post-types/admin-field-group.php line 494
// Back-compat for fields not using tab-specific hooks. do_action( "acf/render_field_settings/type={$field['type']}", $field ); } do_action( "acf/field_group/render_field_settings_tab/{$tab}/type={$field['type']}", $field ); do_action( "acf/render_field_{$tab}_settings/type={$field['type']}", $field ); $sections[ $tab ] = ob_get_clean(); } wp_send_json_success( $sections );