3064*3065* @since 2.5.03066*3067* @param string$groupby The GROUPBY clause of the query.3068* @param WP_Query$query The WP_Query instance(passed by reference).3069*/3070$groupby=apply_filters_ref_array('posts_groupby_request',array($groupby,&$this));30713072/**3073* Filters the JOIN clause of the query.3074*3075*Foruseby caching plugins.3076*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.