- Login to your hosting control panel.
- Using the left menu, click Websites, then click on the website you have WordPress installed on.
- Under the Applications installed heading, click manage, here you will find all your WordPress website options and settings.
- Using the inset left menu, click Debug, here you will see 3 options to help you debug any issues you have with your WordPress installation.
- To enable the options simply toggle the button next to the debugging level you want.
WP_DEBUG = Will show all PHP errors, notices, and warnings in the front end of your website – Only recommend to enable while you are actively debugging an issues.
WP_DEBUG_LOG = Will log all error to your wp-content/debug.log file – Useful if you want to leave debugging enabled and review later, but people will be able to view/download your wp-content/debug.log file.
WP_DEBUG_DISPLAY = This will output debug messages within your pages HTML.