2986*2987* @since 2.5.02988*2989* @param string$where The WHERE clause of the query.2990* @param WP_Query$query The WP_Query instance(passed by reference).2991*/2992$where=apply_filters_ref_array('posts_where_request',array($where,&$this));29932994/**2995* Filters the GROUPBY clause of the query.2996*2997*Foruseby caching plugins.2998*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.