3034*3035* @since 2.5.03036*3037* @param string$distinct The DISTINCT clause of the query.3038* @param WP_Query$query The WP_Query instance(passed by reference).3039*/3040$distinct=apply_filters_ref_array('posts_distinct_request',array($distinct,&$this));30413042/**3043* Filters the SELECT clause of the query.3044*3045*Foruseby caching plugins.3046*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.