Created
May 31, 2014 20:26
-
-
Save felixzapata/7eebb2e901c231c77857 to your computer and use it in GitHub Desktop.
View all 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