3099*3100* @since 2.5.03101*3102* @param string$orderby The ORDERBY clause of the query.3103* @param WP_Query$query The WP_Query instance(passed by reference).3104*/3105$orderby=apply_filters_ref_array('posts_orderby_request',array($orderby,&$this));31063107/**3108* Filters the DISTINCT clause of the query.3109*3110*Foruseby caching plugins.3111*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.