Created
August 10, 2013 00:26
-
-
Save ducban/6198405 to your computer and use it in GitHub Desktop.
Paste the code below on any files, where you'd like to display the WP Query variables.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global $wp_query; | |
var_dump($wp_query->query_vars); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment