Tribe__Events__Customizer__Widget::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/Widget.php

	public static function instance() {
		return tribe( 'tec.customizer.widget' );
	}