ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/class-wp-meta-query.php

WP_Meta_Query::sanitize_query()

Method: Ensures the ‘meta_query’ argument passed to the class constructor is well-formed.

Source: wp-includes/class-wp-meta-query.php:192

Used by 0 functions | Uses 0 functions

WP_Meta_Query::is_first_order_clause()

Method: Determines whether a query clause is first-order.

Source: wp-includes/class-wp-meta-query.php:260

Used by 0 functions | Uses 0 functions

WP_Meta_Query::parse_query_vars()

Method: Constructs a meta query based on ‘meta_*’ query vars

Source: wp-includes/class-wp-meta-query.php:271

Used by 0 functions | Uses 0 functions

WP_Meta_Query::get_cast_for_type()

Method: Returns the appropriate alias for the given meta type if applicable.

Source: wp-includes/class-wp-meta-query.php:319

Used by 0 functions | Uses 0 functions

WP_Meta_Query::get_sql()

Method: Generates SQL clauses to be appended to a main query.

Source: wp-includes/class-wp-meta-query.php:357

Used by 0 functions | Uses 0 functions

get_meta_sql

Filter Hook: Filters the meta query’s generated SQL.

Source: wp-includes/class-wp-meta-query.php:395

Used by 0 functions | Uses 0 functions

WP_Meta_Query::get_sql_clauses()

Method: Generates SQL clauses to be appended to a main query.

Source: wp-includes/class-wp-meta-query.php:413

Used by 0 functions | Uses 0 functions

WP_Meta_Query::get_sql_for_query()

Method: Generates SQL clauses for a single query array.

Source: wp-includes/class-wp-meta-query.php:446

Used by 0 functions | Uses 0 functions

WP_Meta_Query::get_sql_for_clause()

Method: Generates SQL JOIN and WHERE clauses for a first-order query clause.

Source: wp-includes/class-wp-meta-query.php:533

Used by 0 functions | Uses 0 functions

WP_Meta_Query::get_clauses()

Method: Gets a flattened list of sanitized meta clauses.

Source: wp-includes/class-wp-meta-query.php:806

Used by 0 functions | Uses 0 functions
1 2 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy