Hooks::register()

Binds and sets up implementations.

Contents


Source

File: src/Tribe/Admin/Manager/Hooks.php

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

Top ↑

Changelog

Changelog
Version Description
5.9.0 Introduced.