Filters the table alias identified as compatible with the current clause.
$aliasstring|false$clausearray$parent_queryarray$queryWP_Meta_Querywp-includes/class-wp-meta-query.php:873WP_Meta_Query::find_compatible_table_alias() * * @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. */ return apply_filters( 'meta_query_find_compatible_table_alias', $alias, $clause, $parent_query, $this ); } /** * Checks whether the current query has any OR relations. * * In some cases, the presence of an OR relation somewhere in the query will requireIntroduced in 4.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.