ホーム > クラス > クラス WP_Query::reset_postdata() 2014/12/11 2014/12/16 目次1 WP_Query::reset_postdata()2 定義ファイル :/blog/wp-includes/query.php 9WP_Query::reset_postdata()定義ファイル :/blog/wp-includes/query.php 9PHP public function reset_postdata() { if ( ! empty( $this->post ) ) { $GLOBALS['post'] = $this->post; setup_postdata( $this->post ); } } }1234567 public function reset_postdata() { if ( ! empty( $this->post ) ) { $GLOBALS['post'] = $this->post; setup_postdata( $this->post ); } }}WP_Query::クラス定義終了 - クラス