ネクストベータ代表Blog

WEBシステム SI屋の代表のブログです。

*

クラス WP::query_posts()

      2014/11/29

クラス WP::query_posts()

定義ファイル :/blog/wp-includes/class-wp.php 1

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

 - クラス