Resend_Tickets_Handler::register()

Binds and sets up implementations.

Contents


Source

File: src/Tribe/Service_Providers/Resend_Tickets_Handler.php

	public function register() {
		// Load actions and filter on admin view only, as this is not designed for Community Tickets for now.
		if ( ! is_admin() ) {
			return;
		}

		$this->hook();
		$this->register_assets();
	}

Top ↑

Changelog

Changelog
Version Description
5.2.5 Introduced.