WordPress tip: View all WP query variables

Paste the code below on any files, where you’d like to display the WP Query variables.

global $wp_query;
var_dump($wp_query->query_vars);

Thanks to WP Mix for the tip!

Leave a Reply

Your email address will not be published. Required fields are marked *