Evaluating and Implementing Custom WordPress Code
Where to put custom WordPress code, make sure it works and is secure. Do you use functions.php or a plugin for custom WordPress code?
Where to put custom WordPress code, make sure it works and is secure. Do you use functions.php or a plugin for custom WordPress code?
The more dynamic and AJAX driven a site is the harder it is to see errors, even with WP_DEBUG enabled. In this post I’m going to show you how to use the debug logging features in WordPress to record and detect errors that might not otherwise be visible to you.