Error Handling
Whoops
Section titled “Whoops”All errors are displayed by the beautiful Whoops page. This page will show you everything you need to debug your error.
Environments
Section titled “Environments”By default this error page will only run in the development environment.
If you would like to add this page to other environments, you can add the following setting to the chosen environment
Config::define('WP_DEBUG', true);Hiding
Section titled “Hiding”To temporarily hide the Whoops error page, append the following query parameter to your URL:
https://cool.website?wpeHowever, it will still display the original PHP error.

