Module::get_instance()

This method is required for the module to properly load.


Return

(static)


Top ↑

Source

File: src/Tickets/Commerce/Module.php

	public static function get_instance() {
		return tribe( static::class );
	}

Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.