3863* Fires if no results are found in a post query.3864*3865* @since 4.9.03866*3867* @param WP_Query$query The WP_Query instance.3868*/3869do_action('loop_no_results',$this);3870}38713872$this->in_the_loop=false;3873returnfalse;3874}3875
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.