How to use WP_DEBUG, WP_DEBUG_LOG and error_log in WordPress
As a WordPress developer you sometimes want to log or view debug information from your code, WordPress provides a number of methods to do this, but it’s not always easy to know which method to use or how to set-up the various methods correctly. In this article we will go through how to use the … Read more