3079*3080* @since 2.5.03081*3082* @param string$join The JOIN clause of the query.3083* @param WP_Query$query The WP_Query instance(passed by reference).3084*/3085$join=apply_filters_ref_array('posts_join_request',array($join,&$this));30863087/**3088* Filters the ORDERBY clause of the query.3089*3090*Foruseby caching plugins.3091*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.