3112*3113* @since 2.5.03114*3115* @param string$fields The SELECT clause of the query.3116* @param WP_Query$query The WP_Query instance(passed by reference).3117*/3118$fields=apply_filters_ref_array('posts_fields_request',array($fields,&$this));31193120/**3121* Filters the LIMIT clause of the query.3122*3123*Foruseby caching plugins.3124*
History
Introduced in 2.5.0. Unchanged from 6.7.7 through 7.1.0.