Hooks::register()

Binds and sets up the classes that should be hooked to filter and actions.

Contents


Source

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

	public function register() {
		$this->container->singleton( Customizer::class, Customizer::class );

		$this->add_filters();
	}

Top ↑

Changelog

Changelog
Version Description
5.1.1 Introduced.