emails
1 year ago
class-experimental-abtest.php
1 year ago
connect-existing-pages.php
2 weeks ago
core-functions.php
3 years ago
feature-config.php
1 week ago
page-controller-functions.php
4 years ago
wc-admin-update-functions.php
6 months ago
feature-config.php
16 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 | 'experimental-blocks' => false, |
| 8 | 'minified-js' => false, |
| 9 | 'settings-ui' => false, |
| 10 | 'store-alerts' => true, |
| 11 | 'rest-api-v4' => false, |
| 12 | 'order-detail-redesign' => false, |
| 13 | ); |
| 14 | } |
| 15 | } |
| 16 |