Hooks::on_tribe_common_loaded()
Fires when common is loaded.
Source
File: src/Tribe/Views/V2/Hooks.php
public function on_tribe_common_loaded() {
$this->container->make( Template_Bootstrap::class )->disable_v1();
}
Changelog
| Version | Description |
|---|---|
| 4.9.2 | Introduced. |