3705* Fires once the loop is started.3706*3707* @since 2.0.03708*3709* @param WP_Query$query The WP_Query instance(passed by reference).3710*/3711do_action_ref_array('loop_start',array(&$this));3712}37133714$post=$this->next_post();3715$this->setup_postdata($post);3716}3717
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.