Tribe__Events__Community__Tickets__Plugin_Register::__construct()

Constructor method.

Contents


Source

File: src/Tribe/Plugin_Register.php

	public function __construct() {
		$this->base_dir = EVENTS_COMMUNITY_TICKETS_FILE;
		$this->version  = Tribe__Events__Community__Tickets__Main::VERSION;

		$this->register_plugin();
	}

Top ↑

Changelog

Changelog
Version Description
4.8.4 - Added the filter remove_et_plus_as_dependency_if_tc_enabled.
4.6 Introduced.