You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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::define('WP_DEVELOPMENT_MODE', env('WP_DEVELOPMENT_MODE') ?? 'all');
=>
# WP_DEVELOPMENT_MODE=core ## core, plugin, theme, all (default) https://make.wordpress.org/core/2023/07/14/configuring-development-mode-in-6-3/
The text was updated successfully, but these errors were encountered: