Uses
Uses | Description |
---|---|
wp-includes/class-wp-meta-query.php: WP_Meta_Query::get_sql_clauses() | Generate SQL clauses to be appended to a main query. |
wp-includes/formatting.php: sanitize_key() | Sanitizes a string key. |
wp-includes/plugin.php: apply_filters_ref_array() | Calls the callback functions that have been added to a filter hook, specifying arguments in an array. |
wp-includes/meta.php: _get_meta_table() | Retrieves the name of the metadata table for the specified object type. |
wp-includes/class-wp-meta-query.php: get_meta_sql | Filters the meta query’s generated SQL. |