Tribe__Tickets__Commerce__PayPal__Main::get_instance()

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


Return

(Tribe__Tickets__Commerce__PayPal__Main)


Top ↑

Source

File: src/Tribe/Commerce/PayPal/Main.php

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

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.