2929*2930* @since 1.5.02931*2932* @param string$where The WHERE clause of the query.2933* @param WP_Query$query The WP_Query instance(passed by reference).2934*/2935$where=apply_filters_ref_array('posts_where_paged',array($where,&$this));29362937/**2938* Filters the GROUPBY clause of the query.2939*2940* @since 2.0.02941*
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.