3745* Fires if no results are found in a post query.3746*3747* @since 4.9.03748*3749* @param WP_Query$query The WP_Query instance.3750*/3751do_action('loop_no_results',$this);3752}37533754$this->in_the_loop=false;3755returnfalse;3756}3757
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.