2933*2934* @since 1.5.02935*2936* @param string$where The WHERE clause of the query.2937* @param WP_Query$query The WP_Query instance(passed by reference).2938*/2939$where=apply_filters_ref_array('posts_where_paged',array($where,&$this));29402941/**2942* Filters the GROUPBY clause of the query.2943*2944* @since 2.0.02945*
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.