3091*3092* @since 2.5.03093*3094* @param string$orderby The ORDERBY clause of the query.3095* @param WP_Query$query The WP_Query instance(passed by reference).3096*/3097$orderby=apply_filters_ref_array('posts_orderby_request',array($orderby,&$this));30983099/**3100* Filters the DISTINCT clause of the query.3101*3102*Foruseby caching plugins.3103*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.