Hooks::on_template_redirect()

Fires on the template_redirect action to allow the conditional redirect, if required.

Contents


Source

File: src/Tribe/Views/V2/Hooks.php

	public function on_template_redirect() {
		$this->container->make( View_Filters::class )->on_template_redirect();
	}

Top ↑

Changelog

Changelog
Version Description
4.7.10 Introduced.