クラス WP_Query::is_main_query()
2014/12/16
WP_Query::is_main_query()
定義ファイル :/blog/wp-includes/query.php 9
1 2 3 4 | public function is_main_query() { global $wp_the_query; return $wp_the_query === $this; } |
WEBシステム SI屋の代表のブログです。
2014/12/16
1 2 3 4 | public function is_main_query() { global $wp_the_query; return $wp_the_query === $this; } |