apply_filters( 'meta_query_find_compatible_table_alias', string|bool $alias, array $clause, array $parent_query, object $this )

Filters the table alias identified as compatible with the current clause.


Description Description


Parameters Parameters

$alias

(string|bool) Table alias, or false if none was found.

$clause

(array) First-order query clause.

$parent_query

(array) Parent of $clause.

$this

(object) WP_Meta_Query object.


Top ↑

Source Source

File: wp-includes/class-wp-meta-query.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.