Description
Filters the table alias identified as compatible with the current clause.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-meta-query.php | 873 |
Parameters
Type | Name | Description |
---|---|---|
string|false | $alias | Table alias, or false if none was found. |
array | $clause | First-order query clause. |
array | $parent_query | Parent of $clause. |
WP_Meta_Query | $query | WP_Meta_Query object. |
PHP Doc
/**
* Filters the table alias identified as compatible with the current clause.
*
* @since 4.1.0
*
* @param string|false $alias Table alias, or false if none was found.
* @param array $clause First-order query clause.
* @param array $parent_query Parent of $clause.
* @param WP_Meta_Query $query WP_Meta_Query object.
*/