Fix "undefined `disable_ui` index" error

This commit is contained in:
Saad Tarhi 2023-02-23 11:31:01 +01:00
parent b312c65a95
commit 615365d14e
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ class FeaturesController {
'name' => __( 'New product editor', 'woocommerce' ),
'description' => __( 'Try the new product editor (Beta)', 'woocommerce' ),
'is_experimental' => true,
'disable_ui' => false,
),
'custom_order_tables' => array(
'name' => __( 'High-Performance order storage (COT)', 'woocommerce' ),