2.13.1.15. Enabling Debug Mode in WordPress
- Find the line with the parameter
WP_DEBUG
:define('WP_DEBUG', false);
- Save your changes.
- Reproduce the error on the site to see it offscreen or log it to the WordPress log file.
After identifying the source of errors on the site and eliminating their causes, it is recommended to disable debug mode.