A HitchHackers guide through WordPress


Home | Pages | Archives


is_main_query

December 13, 2011 2:27 pm

Definition:
function is_main_query() {}

Is the query the main query?

Source code

	function is_main_query() {

		global $wp_the_query;

		return $wp_the_query === $this;

	}

16629

Rate this:

Posted by Thorsten

Categories: /wp-includes/query.php, Documentation, Files, Functions, Functions by letter i

Tags: ,

Leave a Reply



Mobile Site | Full Site


Get a free blog at WordPress.com Theme: WordPress Mobile Edition by Alex King.