3067*3068* @since 2.5.03069*3070* @param string$groupby The GROUPBY clause of the query.3071* @param WP_Query$query The WP_Query instance(passed by reference).3072*/3073$groupby=apply_filters_ref_array('posts_groupby_request',array($groupby,&$this));30743075/**3076* Filters the JOIN clause of the query.3077*3078*Foruseby caching plugins.3079*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.