Open
Description
Maybe relevant to know:
Wordpress 6.3 will introduce a new `WP_DEVELOPMENT_MODE` constant.
https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/
Originally posted by @huubl in #672 (comment)
—
It's just 1 line to change in 3 files :
- config/environments/local.php
- config/environments/development.php
=> Config::define('WP_DEVELOPMENT_MODE', env('WP_DEVELOPMENT_MODE') ?? 'all');
- .env (if necessary)
=> # WP_DEVELOPMENT_MODE=core ## core, plugin, theme, all (default) https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/
Metadata
Assignees
Labels
No labels