コード例 #1
0
 function parse_query($q)
 {
     global $wpml_post_translations, $wpml_term_translations, $wpml_query_filter;
     $query_parser = new WPML_Query_Parser($this, $this->wpdb, $wpml_post_translations, $wpml_term_translations, $wpml_query_filter);
     return $query_parser->parse_query($q);
 }
コード例 #2
0
ファイル: sitepress.class.php プロジェクト: gencagushi/tema
 function parse_query($q)
 {
     global $wpml_query_filter;
     $query_parser = new WPML_Query_Parser($this, $wpml_query_filter);
     return $query_parser->parse_query($q);
 }