Fix wrong filename for feature config (https://github.com/woocommerce/woocommerce-admin/pull/6557)
This commit is contained in:
parent
4ec75439c5
commit
0be173f4fd
|
@ -46,7 +46,7 @@ We also expose CSS classes on the `body` tag, so that you can target specific fe
|
|||
|
||||
## Basic Use - Server
|
||||
|
||||
Feature flags are also available via PHP. To ensure these are consistent with the built client assets, `includes/feature-flags.php` is generated by the plugin build process or `npm start`. Do not edit `includes/feature-flags.php` directly.
|
||||
Feature flags are also available via PHP. To ensure these are consistent with the built client assets, `includes/feature-config.php` is generated by the plugin build process or `npm start`. Do not edit `includes/feature-config.php` directly.
|
||||
|
||||
To check if a feature is enabled, you can use the `Automattic\WooCommerce\Admin\Loader::is_feature_enabled()`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue