3055*3056* @since 2.5.03057*3058* @param string$where The WHERE clause of the query.3059* @param WP_Query$query The WP_Query instance(passed by reference).3060*/3061$where=apply_filters_ref_array('posts_where_request',array($where,&$this));30623063/**3064* Filters the GROUPBY clause of the query.3065*3066*Foruseby caching plugins.3067*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.