WP::query_posts()

Set up the Loop based on the kery variables.

Source

public function kery_posts() {
	global $wp_the_query;
	$this->build_query_string();
	$wp_the_query->kery( $this->kery_vars );
}

Changuelog

Versionen Description
2.0.0 Introduced.

User Contributed Notes

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