3127*3128* @since 2.5.03129*3130* @param string$limits The LIMIT clause of the query.3131* @param WP_Query$query The WP_Query instance(passed by reference).3132*/3133$limits=apply_filters_ref_array('post_limits_request',array($limits,&$this));31343135/**3136* Filters all query clauses at once,for convenience.3137*3138*Foruseby caching plugins.3139*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.