Пример #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
 function parse_query($q)
 {
     global $wpml_query_filter;
     $query_parser = new WPML_Query_Parser($this, $wpml_query_filter);
     return $query_parser->parse_query($q);
 }