feature-config.php
wc_admin_get_feature_config()
wc_admin_get_feature_config() : mixed
<?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,
);
}
}