Adds information about the loop query and custom queries in the frontend
/wp-content/plugins/ directory<?php if (function_exists('debuginfo')) { debuginfo("Main"); }?> in your template to display information about the main query<?php if (function_exists('debuginfo')) { debuginfo("Secondary",2); }?> after creating a new WP_Query object,
if you want to track a specific variable you can pass it to the function, example:
Requires: 2.8 or higher
Compatible up to: 2.8.x
Last Updated: 2009-12-17
Downloads: 468
Got something to say? Need help?