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!
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
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!