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