2941*2942* @since 1.5.02943*2944* @param string$where The WHERE clause of the query.2945* @param WP_Query$query The WP_Query instance(passed by reference).2946*/2947$where=apply_filters_ref_array('posts_where_paged',array($where,&$this));29482949/**2950* Filters the GROUPBY clause of the query.2951*2952* @since 2.0.02953*
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.