Skip to content

Instantly share code, notes, and snippets.

@wpsmith
Created May 31, 2014 01:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wpsmith/0c5a1d497eb5738309f6 to your computer and use it in GitHub Desktop.
Save wpsmith/0c5a1d497eb5738309f6 to your computer and use it in GitHub Desktop.
pre_get_posts error
<?php
add_action( 'pre_get_posts', 'prefix_test_get_queried_object' );
function prefix_test_get_queried_object( $query ) {
$id = $query->get_queried_object_id();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment