File "feature-config.php"
Full Path: /home/jovision/public_html/wp/wp-content/plugins/woocommerce/includes/react-admin/feature-config.php
File size: 440 bytes
MIME-type: text/x-php
Charset: utf-8
<?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(
'experimental-blocks' => false,
'minified-js' => false,
'settings-ui' => false,
'store-alerts' => true,
'rest-api-v4' => false,
'order-detail-redesign' => false,
);
}
}