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