Debugging
In this section, we will quickly review the different steps you can follow along to debug. First and foremost, the most important debugging tool you need to know about is WP_DEBUG, a boolean constant, which triggers the “debug” mode throughout WordPress. Enable Debugging Turn on WP_DEBUG from your wp-config.php file at the root the WordPress directory: When set to […]