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