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