Module::get_instance()
This method is required for the module to properly load.
Return
(static)
Source
File: src/Tickets/Commerce/Module.php
public static function get_instance() {
return tribe( static::class );
}
Changelog
| Version | Description |
|---|---|
| 5.1.9 | Introduced. |