2864*2865* @since 1.5.02866*2867* @param string$where The WHERE clause of the query.2868* @param WP_Query$query The WP_Query instance(passed by reference).2869*/2870$where=apply_filters_ref_array('posts_where_paged',array($where,&$this));28712872/**2873* Filters the GROUPBY clause of the query.2874*2875* @since 2.0.02876*
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.