auto-patch 638-dev-dev01-2024-05-14T20_44_36

This commit is contained in:
root
2024-05-14 20:44:36 +00:00
parent a941559057
commit 5dbb0b284e
1812 changed files with 29671 additions and 14588 deletions

View File

@@ -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,
);
}
}