Tribe__Tickets__Status__Manager::setup()

Setup the Manager Class

Contents


Source

File: src/Tribe/Status/Manager.php

	public function setup() {
		$this->initial_active_modules = Tribe__Tickets__Tickets::modules();
		$this->convert_initial_active_modules();
		$this->get_statuses_by_provider();
	}

Top ↑

Changelog

Changelog
Version Description
4.10 Introduced.