3063*3064* @since 2.5.03065*3066* @param string$where The WHERE clause of the query.3067* @param WP_Query$query The WP_Query instance(passed by reference).3068*/3069$where=apply_filters_ref_array('posts_where_request',array($where,&$this));30703071/**3072* Filters the GROUPBY clause of the query.3073*3074*Foruseby caching plugins.3075*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.