Hooks::on_template_redirect()

Fires on the template_redirect action to allow the template bootstrap to conditionally redirect, if required.

Contents


Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.9.11 Introduced.