2886*2887* @since 1.5.02888*2889* @param string$join The JOIN clause of the query.2890* @param WP_Query$query The WP_Query instance(passed by reference).2891*/2892$join=apply_filters_ref_array('posts_join_paged',array($join,&$this));28932894/**2895* Filters the ORDERBY clause of the query.2896*2897* @since 1.5.12898*
History
Introduced in 1.5.0. Unchanged from 6.7.7 through 7.1.0.