2963*2964* @since 1.5.02965*2966* @param string$join The JOIN clause of the query.2967* @param WP_Query$query The WP_Query instance(passed by reference).2968*/2969$join=apply_filters_ref_array('posts_join_paged',array($join,&$this));29702971/**2972* Filters the ORDERBY clause of the query.2973*2974* @since 1.5.12975*
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.