GC::query_posts()

最后更新于:2021-11-26 07:34:20

GC::query_posts()

Set up the Loop based on the query variables.

源文件

文件: gc-includes/class-gc.php

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