Hooks::on_template_redirect()
Fires on the template_redirect action to allow the template bootstrap to conditionally redirect, if required.
Source
File: src/Tribe/Views/V2/Hooks.php
public function on_template_redirect() {
$this->container->make( Template_Bootstrap::class )->on_template_redirect();
}
Changelog
| Version | Description |
|---|---|
| 4.9.11 | Introduced. |