3075*3076* @since 2.5.03077*3078* @param string$groupby The GROUPBY clause of the query.3079* @param WP_Query$query The WP_Query instance(passed by reference).3080*/3081$groupby=apply_filters_ref_array('posts_groupby_request',array($groupby,&$this));30823083/**3084* Filters the JOIN clause of the query.3085*3086*Foruseby caching plugins.3087*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.