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
It's not uncommon for plugins to throw deprecated code messages and displaying them breaks website functionality, e.g. if the error happens before headers are written.
I don't know if this is even possible in WordPress but it would be nice if WP_DEBUG_DISPLAY could be left enabled in config/environments/development.php and have a new setting for it to exclude deprecation error messages.
We generally don't want to disable errors altogether in a development environment because mose other types of message important for us to know about.
The text was updated successfully, but these errors were encountered:
It's not uncommon for plugins to throw deprecated code messages and displaying them breaks website functionality, e.g. if the error happens before headers are written.
I don't know if this is even possible in WordPress but it would be nice if
WP_DEBUG_DISPLAY
could be left enabled in config/environments/development.php and have a new setting for it to exclude deprecation error messages.We generally don't want to disable errors altogether in a development environment because mose other types of message important for us to know about.
The text was updated successfully, but these errors were encountered: