/var/www/html_us/wp-content/plugins/woocommerce/includes/react-admin/feature-config.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?php
// WARNING: Do not directly edit this file.
// This file is auto-generated as part of the build process and things may break.
if ( ! function_exists'wc_admin_get_feature_config' ) ) {
    function 
wc_admin_get_feature_config() {
        return array(
            
'activity-panels' => true,
            
'analytics' => true,
            
'product-block-editor' => true,
            
'product-data-views' => false,
            
'experimental-blocks' => false,
            
'coming-soon-newsletter-template' => false,
            
'coupons' => true,
            
'core-profiler' => true,
            
'customize-store' => true,
            
'customer-effort-score-tracks' => true,
            
'import-products-task' => true,
            
'experimental-fashion-sample-products' => true,
            
'shipping-smart-defaults' => true,
            
'shipping-setting-tour' => true,
            
'homescreen' => true,
            
'marketing' => true,
            
'minified-js' => false,
            
'mobile-app-banner' => true,
            
'onboarding' => true,
            
'onboarding-tasks' => true,
            
'pattern-toolkit-full-composability' => true,
            
'product-pre-publish-modal' => false,
            
'product-custom-fields' => true,
            
'remote-inbox-notifications' => true,
            
'remote-free-extensions' => true,
            
'payment-gateway-suggestions' => true,
            
'printful' => true,
            
'settings' => false,
            
'shipping-label-banner' => true,
            
'subscriptions' => true,
            
'store-alerts' => true,
            
'transient-notices' => true,
            
'woo-mobile-welcome' => true,
            
'wc-pay-promotion' => true,
            
'wc-pay-welcome-page' => true,
            
'async-product-editor-category-field' => false,
            
'launch-your-store' => true,
            
'product-editor-template-system' => false,
            
'blueprint' => false,
            
'reactify-classic-payments-settings' => true,
            
'use-wp-horizon' => false,
            
'add-to-cart-with-options-stepper-layout' => true,
            
'blockified-add-to-cart' => false,
        );
    }
}