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.7
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.2.7do_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 471467468469470471472473474475476477
// 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
);