wc_admin_get_feature_config()WC 1.0

WARNING: Do not directly edit this file. This file is auto-generated as part of the build process and things may break.

No Hooks.

Return

null. Nothing (null).

Usage

wc_admin_get_feature_config();

wc_admin_get_feature_config() code WC 8.7.0

function wc_admin_get_feature_config() {
	return array(
		'activity-panels' => true,
		'analytics' => true,
		'product-block-editor' => true,
		'coupons' => true,
		'core-profiler' => true,
		'customize-store' => false,
		'customer-effort-score-tracks' => true,
		'import-products-task' => true,
		'experimental-fashion-sample-products' => true,
		'shipping-smart-defaults' => true,
		'shipping-setting-tour' => true,
		'homescreen' => true,
		'marketing' => true,
		'minified-js' => false,
		'mobile-app-banner' => true,
		'navigation' => true,
		'new-product-management-experience' => false,
		'onboarding' => true,
		'onboarding-tasks' => true,
		'product-variation-management' => true,
		'product-virtual-downloadable' => true,
		'product-external-affiliate' => true,
		'product-grouped' => true,
		'product-linked' => true,
		'product-pre-publish-modal' => false,
		'remote-inbox-notifications' => true,
		'remote-free-extensions' => true,
		'payment-gateway-suggestions' => true,
		'settings' => false,
		'shipping-label-banner' => true,
		'subscriptions' => true,
		'store-alerts' => true,
		'transient-notices' => true,
		'woo-mobile-welcome' => true,
		'wc-pay-promotion' => true,
		'wc-pay-welcome-page' => true,
		'async-product-editor-category-field' => false,
	);
}