3846* Fires if no results are found in a post query.3847*3848* @since 4.9.03849*3850* @param WP_Query$query The WP_Query instance.3851*/3852do_action('loop_no_results',$this);3853}38543855$this->in_the_loop=false;3856returnfalse;3857}3858
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.