Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 271 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 271 Bytes

Debug-Logging-with-Backtrace

Include this file in your wp-config.php, for example add it under WP_DEBUG:

define('WP_DEBUG', false);
require_once('theme-only-debug.php');

PS: No longer need this kind of hacks for debugging, since I am now using PhpStorm.