BIHomeWP/wp-content/plugins/woocommerce-admin/includes/feature-config.php
2020-02-13 10:39:37 +07:00

17 lines
470 B
PHP

<?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,
'analytics-dashboard' => true,
'analytics-dashboard/customizable' => true,
'devdocs' => false,
'onboarding' => true,
'store-alerts' => true,
);
}
}