WP::query_posts()

In this article

Set up the Loop based on the query variables.

Source

public function query_posts() {
	global $wp_the_query;
	$this->build_query_string();
	$wp_the_query->query( $this->query_vars );
}

Changelog

VersionDescription
2.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.