Filters the HTML script tag of an enqueued script.
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.
WP_Tax_Query::get_sql_for_query
Generate SQL clauses for a single query array.
Advertisement
WP_Tax_Query::get_sql_clauses
Generate SQL clauses to be appended to a main query.
WP_Tax_Query::is_first_order_clause
Determine whether a clause is first-order.
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.
Advertisement
WP_Tax_Query::__construct
Constructor.
meta_query_find_compatible_table_alias
Filters the table alias identified as compatible with the current clause.
WP_Meta_Query::find_compatible_table_alias
Identify an existing table alias that is compatible with the current query clause.
WP_Meta_Query::get_sql_for_clause
Generate SQL JOIN and WHERE clauses for a first-order query clause.
Advertisement
WP_Meta_Query::get_sql_for_query
Generate SQL clauses for a single query array.
WP_Meta_Query::get_sql_clauses
Generate SQL clauses to be appended to a main query.
WP_Meta_Query::is_first_order_clause
Determine whether a query clause is first-order.