ClassicPress logo
Skip to content
Filter by type:
Browse: Home / wp-includes/class-wp-meta-query.php

WP_Meta_Query

Class: Core class used to implement meta queries for the Meta API.

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

Used by 0 functions | Uses 0 functions

WP_Meta_Query::__construct()

Method: Constructor.

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

Used by 6 functions | Uses 1 function

WP_Meta_Query::sanitize_query()

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

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

Used by 2 functions | Uses 2 functions

WP_Meta_Query::is_first_order_clause()

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

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

Used by 3 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:229

Used by 0 functions | Uses 1 function

WP_Meta_Query::get_cast_for_type()

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

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

Used by 1 function | 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:308

Used by 0 functions | Uses 5 functions

get_meta_sql

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

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

Used by 1 function | Uses 0 functions

WP_Meta_Query::get_sql_clauses()

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

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

Used by 1 function | Uses 1 function

WP_Meta_Query::get_sql_for_query()

Method: Generate SQL clauses for a single query array.

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

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