Hooks::register()

Binds and sets up implementations.

Contents


Source

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

	public function register() {
		$this->container->tag( [
			Event_Query_Controller::class,
		], 'query_controllers' );
		$this->add_actions();
		$this->add_filters();
	}

Top ↑

Changelog

Changelog
Version Description
4.9.2 Introduced.