loop_no_results

loop_no_results

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('loop_no_results') is found 1 times:

  • /wp-includes/class-wp-query.php line 3723
    			 * @since 4.9.0
    			 *
    			 * @param WP_Query $query The WP_Query instance.
    			 */
    			do_action( 'loop_no_results', $this );
    		}
    
    		$this->in_the_loop = false;
    		return false;
    	}