Tribe__Tickets__Status__Manager::get_instance()
Get (and instantiate, if necessary) the instance of the class
Return
Source
File: src/Tribe/Status/Manager.php
public static function get_instance() {
return tribe( 'tickets.status' );
}
Changelog
| Version | Description |
|---|---|
| 4.10 | Introduced. |