On this page
apply_filters( 'meta_query_find_compatible_table_alias', string|false $alias, array $clause, array $parent_query, WP_Meta_Query $query )
Filters the table alias identified as compatible with the current clause.
Parameters
$aliasstring|false-
Table alias, or false if none was found.
$clausearray-
First-order query clause.
$parent_queryarray-
Parent of $clause.
$queryWP_Meta_Query-
WP_Meta_Query object.
Source
File: wp-includes/class-wp-meta-query.php. View all references
return apply_filters( 'meta_query_find_compatible_table_alias', $alias, $clause, $parent_query, $this );
Related
Used By
| Used By | Description |
|---|---|
| WP_Meta_Query::find_compatible_table_alias() wp-includes/class-wp-meta-query.php | Identify an existing table alias that is compatible with the current query clause. |
Changelog
| Version | Description |
|---|---|
| 4.1.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/meta_query_find_compatible_table_alias