3022*3023* @since 2.5.03024*3025* @param string$orderby The ORDERBY clause of the query.3026* @param WP_Query$query The WP_Query instance(passed by reference).3027*/3028$orderby=apply_filters_ref_array('posts_orderby_request',array($orderby,&$this));30293030/**3031* Filters the DISTINCT clause of the query.3032*3033*Foruseby caching plugins.3034*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.