Hooks::register()

Binds and sets up implementations.

Contents


Source

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

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

Top ↑

Changelog

Changelog
Version Description
4.7.5 Introduced.