2965*2966* @since 1.5.12967*2968* @param string$orderby The ORDERBY clause of the query.2969* @param WP_Query$query The WP_Query instance(passed by reference).2970*/2971$orderby=apply_filters_ref_array('posts_orderby',array($orderby,&$this));29722973/**2974* Filters the DISTINCT clause of the query.2975*2976* @since 2.1.02977*
History
Introduced in 1.5.1. Unchanged from 6.7.7 through 7.1.0.