WP::query_posts()
Set up the Loop based on the query variables.
Description Description
Source Source
File: wp-includes/class-wp.php
public function query_posts() { global $wp_the_query; $this->build_query_string(); $wp_the_query->query( $this->query_vars ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |