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
return apply_filters( 'meta_query_find_compatible_table_alias', $alias, $clause, $parent_query, $this );
Changelog
| Version | Description |
|---|---|
| 4.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.