Tribe__Events__Customizer__Text::instance()

Object instance.

Contents


Return

(mixed|object|Tribe__Container) The instance of the requested class.


Top ↑

Source

File: src/Tribe/Customizer/Text.php

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