Summery Summery
Set up the Loop based on the query variables.
Syntax Syntax
Source Source
File: wp-includes/class-wp.php
* @since 2.0.0
*
* @global WP_Query $wp_the_query WordPress Query object.
*/
public function query_posts() {
Advertisement
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |