auto-patch 638-dev-dev01-2024-05-14T20_44_36
This commit is contained in:
@@ -9,7 +9,7 @@ if ( ! function_exists( 'wc_admin_get_feature_config' ) ) {
|
||||
'product-block-editor' => true,
|
||||
'coupons' => true,
|
||||
'core-profiler' => true,
|
||||
'customize-store' => false,
|
||||
'customize-store' => true,
|
||||
'customer-effort-score-tracks' => true,
|
||||
'import-products-task' => true,
|
||||
'experimental-fashion-sample-products' => true,
|
||||
@@ -28,7 +28,8 @@ if ( ! function_exists( 'wc_admin_get_feature_config' ) ) {
|
||||
'product-external-affiliate' => true,
|
||||
'product-grouped' => true,
|
||||
'product-linked' => true,
|
||||
'product-pre-publish-modal' => false,
|
||||
'product-pre-publish-modal' => true,
|
||||
'product-custom-fields' => true,
|
||||
'remote-inbox-notifications' => true,
|
||||
'remote-free-extensions' => true,
|
||||
'payment-gateway-suggestions' => true,
|
||||
@@ -41,6 +42,7 @@ if ( ! function_exists( 'wc_admin_get_feature_config' ) ) {
|
||||
'wc-pay-promotion' => true,
|
||||
'wc-pay-welcome-page' => true,
|
||||
'async-product-editor-category-field' => false,
|
||||
'launch-your-store' => false,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user