WooCommerce Code Reference

feature-config.php

Functions

Source code

<?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,
		);
	}
}