khaihihi
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?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,
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user