Skip to content

Instantly share code, notes, and snippets.

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