acf/render_field_{$tab}_settings/type={$field[type]}
acf/render_field_{$tab}_settings/type={$field[type]}
Appears in: advanced-custom-fields.6.0.2
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.0.2do_action('acf/render_field_{$tab}_settings/type={$field[type]}') is found 1 times:
- /includes/admin/admin-field-group.php line 601597598599600601602603604605606607
// Back-compat for fields not using tab-specific hooks.
do_action(
"acf/render_field_settings/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
);
}