Query Check
For development and debugging purposes, this plugin dumps a copy of the WordPress query into an HTML comment when used by a logged in administrator.
What this Plugin Makes Possible
For many development and debugging purposes, it can be useful to peek directly into the full $wp_query
when a page is viewed. This simple plugin, designed for use by developers, makes it easy to refer to the contents of the current WordPress query.
How it Works
This plugin communicates with WordPress primarily by tapping into the following:
- wp_footer
Configuration: None
No administrator time is required — just plug and play!