Tribe__Events__Customizer__Single_Event::instance()

PHP 5.2 method of creating “instances” of an abstract require this

Contents

Note: This is the only required method for a Connector to work


Return

(self) The dynamic instance of this Class


Top ↑

Source

File: src/Tribe/Customizer/Single_Event.php

	public static function instance() {
		return tribe( 'tec.customizer.single-event' );
	}