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