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