2782*2783* @since 1.5.02784*2785* @param string$where The WHERE clause of the query.2786* @param WP_Query$query The WP_Query instance(passed by reference).2787*/2788$where=apply_filters_ref_array('posts_where',array($where,&$this));27892790/**2791* Filters the JOIN clause of the query.2792*2793* @since 1.5.02794*
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.