Hooks::on_tribe_common_loaded()

Fires when common is loaded.

Contents


Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.9.2 Introduced.