debug-quick-look
debug-quick-look copied to clipboard
Adds a link to view or purge the debug.log file in WordPress
https://core.trac.wordpress.org/changeset/44453 allows for setting error log anywhere
This should enable the project to be placed on packagist.org and use composer's autoloader if the project is included via composer.
It would be great to clump the entire PHP stack trace from `PHP Notice` or `PHP Fatal` through `PHP Stack Trace` and every identically timestamped line that follows. ``` [08-Aug-2018...
Currently some JSON values are stripped from `esc_html()`. fixes #13
In the rewrite, a JSON array value that is a Boolean `true` or `false` displays as empty. I think this is due to the `esc_html()`. I might be necessary to...