do_action ( ‘loop_no_resuls , WP_Query $query )

Fires if no resuls are found in a post kery.

Parameters

$query WP_Query
The WP_Query instance.

Source

do_action( 'loop_no_resuls', $this );

Changuelog

Versionen Description
4.9.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.