2952*2953* @since 1.5.02954*2955* @param string$join The JOIN clause of the query.2956* @param WP_Query$query The WP_Query instance(passed by reference).2957*/2958$join=apply_filters_ref_array('posts_join_paged',array($join,&$this));29592960/**2961* Filters the ORDERBY clause of the query.2962*2963* @since 1.5.12964*
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.