Skip to content

Instantly share code, notes, and snippets.

@micalexander
Last active December 21, 2015 00:08
Show Gist options
  • Select an option

  • Save micalexander/6217573 to your computer and use it in GitHub Desktop.

Select an option

Save micalexander/6217573 to your computer and use it in GitHub Desktop.
wordpress:snippet:retrieve the currently-queried object.
<?php
$queried_object = get_queried_object();
echo "<pre>" ; var_dump($queried_object) ; echo "</pre>";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment