Transforms a single query, from one field to another.
WP_Tax_Query::clean_query
Validates a single query.
WP_Tax_Query::find_compatible_table_alias
Identify an existing table alias that is compatible with the current query clause.
WP_Tax_Query::get_sql_for_clause
Generate SQL JOIN and WHERE clauses for a “first-order” query clause.
Advertisement
WP_Tax_Query::get_sql_for_query
Generate SQL clauses for a single query array.
WP_Tax_Query::get_sql_clauses
Generate SQL clauses to be appended to a main query.
WP_Tax_Query::get_sql
Generates SQL clauses to be appended to a main query.
WP_Tax_Query::is_first_order_clause
Determine whether a clause is first-order.
Advertisement
WP_Tax_Query::sanitize_relation
Sanitize a ‘relation’ operator.
WP_Tax_Query::sanitize_query
Ensure the ‘tax_query’ argument passed to the class constructor is well-formed.
WP_Tax_Query::__construct
Constructor.
WP_Tax_Query
Core class used to implement taxonomy queries for the Taxonomy API.