2955*2956* @since 1.5.02957*2958* @param string$join The JOIN clause of the query.2959* @param WP_Query$query The WP_Query instance(passed by reference).2960*/2961$join=apply_filters_ref_array('posts_join_paged',array($join,&$this));29622963/**2964* Filters the ORDERBY clause of the query.2965*2966* @since 1.5.12967*
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.