Hooks::register()

Binds and sets up implementations.

Contents


Source

File: src/Tickets_Plus/Hooks.php

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

Top ↑

Changelog

Changelog
Version Description
5.3.0 Introduced.