3103*3104* @since 2.5.03105*3106* @param string$distinct The DISTINCT clause of the query.3107* @param WP_Query$query The WP_Query instance(passed by reference).3108*/3109$distinct=apply_filters_ref_array('posts_distinct_request',array($distinct,&$this));31103111/**3112* Filters the SELECT clause of the query.3113*3114*Foruseby caching plugins.3115*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.