766* from parsing the given query.767*768* @since 3.1.0769*770* @param WP_User_Query$query Current instance of WP_User_Query(passed by reference).771*/772do_action_ref_array('pre_user_query',array(&$this));773}774775/**776* Executes the query, with the current variables.777*778* @since 3.1.0
History
Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.