Hooks::register()

Binds and sets up implementations.

Contents


Source

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

	public function register() {
		$this->add_actions();
		$this->add_filters();
	}

Top ↑

Changelog

Changelog
Version Description
4.9.0 Introduced.