loop_no_results, $this

loop_no_results, $this

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_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;
    	}