Tribe__Tickets__Status__Manager::get_instance()

Get (and instantiate, if necessary) the instance of the class


Return

(Tribe__Tickets__Status__Manager)


Top ↑

Source

File: src/Tribe/Status/Manager.php

	public static function get_instance() {
		return tribe( 'tickets.status' );
	}

Top ↑

Changelog

Changelog
Version Description
4.10 Introduced.