Hooks::register()

Registers the bindings that will be used to hook classe and methods to the required actions and filters.

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
4.8.3 Introduced.