Turn off the experimental flag for HPOS

This commit is contained in:
Leif Singer 2023-08-22 11:11:12 +02:00
parent 4876ab35b8
commit d8c9f6a5a3
2 changed files with 4 additions and 3 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: update
Turn off the experimental flag for HPOS.

View File

@ -116,16 +116,13 @@ class FeaturesController {
// Options for HPOS features are added in CustomOrdersTableController to keep the logic in same place.
'custom_order_tables' => array( // This exists for back-compat only, otherwise it's value is superseded by $hpos_authoritative option.
'name' => __( 'High-Performance order storage (COT)', 'woocommerce' ),
'is_experimental' => true,
'enabled_by_default' => false,
),
$hpos_authoritative => array(
'name' => __( 'High performance order storage', 'woocommerce' ),
'is_experimental' => true,
),
$hpos_enable_sync => array(
'name' => '',
'is_experimental' => true,
),
'cart_checkout_blocks' => array(
'name' => __( 'Cart & Checkout Blocks', 'woocommerce' ),