feature-config.php 470 Bytes
Newer Older
Pham Huy committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 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,
		);
	}
}