3010*3011* @since 2.5.03012*3013* @param string$join The JOIN clause of the query.3014* @param WP_Query$query The WP_Query instance(passed by reference).3015*/3016$join=apply_filters_ref_array('posts_join_request',array($join,&$this));30173018/**3019* Filters the ORDERBY clause of the query.3020*3021*Foruseby caching plugins.3022*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.