Description
Make var_dump’s and print_r’s more readable
Function output references with https://queryposts.com API when possible.
- Use
r
instead ofvar_dump
- Use
rt
for text mode.
For example:
r($GLOBALS['wp_query']->get_posts());
rt($GLOBALS['wp_query']->get_posts());
Notes :
- Probably doesn’t work in ie
- Don’t use this on a production site but you probably already know that
- More usage https://github.com/digitalnature/php-ref
All the work was done by digitalnature I just wrapped it into a WordPress plugin and changed the look for inline debugging.
Please report issues to: https://github.com/wycks/WP-Pretty-Debug
Screenshots
Installation
Use the Auto Installer.
Or Upload the zip and hit install.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Pretty Debug” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Pretty Debug” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.