do_action( 'loop_no_results', WP_Query $this )

Fires if no results are found in a post query.


Description


Parameters

$this

(WP_Query) The WP_Query instance.


Top ↑

Source

File: wp-includes/class-wp-query.php

View on Trac


Top ↑

Changelog

Version Description
4.9.0 Introduced.