plugin updates

This commit is contained in:
Tony Volpe
2024-11-15 13:53:04 -05:00
parent 1293d604ca
commit 0238f0c4ca
2009 changed files with 163492 additions and 89543 deletions

View File

@@ -7,6 +7,7 @@ if ( ! function_exists( 'wc_admin_get_feature_config' ) ) {
'activity-panels' => true,
'analytics' => true,
'product-block-editor' => true,
'product-data-views' => false,
'experimental-blocks' => false,
'coupons' => true,
'core-profiler' => true,
@@ -43,6 +44,7 @@ if ( ! function_exists( 'wc_admin_get_feature_config' ) ) {
'product-editor-template-system' => false,
'blueprint' => false,
'reactify-classic-payments-settings' => false,
'use-wp-horizon' => false,
);
}
}