3855* Fires if no results are found in a post query.3856*3857* @since 4.9.03858*3859* @param WP_Query$query The WP_Query instance.3860*/3861do_action('loop_no_results',$this);3862}38633864$this->in_the_loop=false;3865returnfalse;3866}3867
History
Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.