Skip to content

Instantly share code, notes, and snippets.

@surrealroad
Created August 10, 2015 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save surrealroad/b8059268412bf8a571ae to your computer and use it in GitHub Desktop.
Save surrealroad/b8059268412bf8a571ae to your computer and use it in GitHub Desktop.
dump wordpress query
<?php
echo "<pre>"; print_r($wp_query->query_vars); echo "</pre>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment