loop_no_results, $this
loop_no_results, $this
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('loop_no_results, $this') is found 1 times:
- /wp-includes/class-wp-query.php line 3857
* @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; }