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