2998*2999* @since 2.5.03000*3001* @param string$groupby The GROUPBY clause of the query.3002* @param WP_Query$query The WP_Query instance(passed by reference).3003*/3004$groupby=apply_filters_ref_array('posts_groupby_request',array($groupby,&$this));30053006/**3007* Filters the JOIN clause of the query.3008*3009*Foruseby caching plugins.3010*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.