3051*3052* @since 2.5.03053*3054* @param string$where The WHERE clause of the query.3055* @param WP_Query$query The WP_Query instance(passed by reference).3056*/3057$where=apply_filters_ref_array('posts_where_request',array($where,&$this));30583059/**3060* Filters the GROUPBY clause of the query.3061*3062*Foruseby caching plugins.3063*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.