Tribe__Events__Pro__Main::template_class_path( $template_class_paths = array() )

Add premium plugin paths for each file in the templates array


Parameters

$template_class_path

(Required) string


Top ↑

Return

(array)


Top ↑

Source

File: src/Tribe/Main.php

		public function template_class_path( $template_class_paths = array() ) {

			$template_class_paths[] = $this->pluginPath.'/lib/template-classes/';

			return $template_class_paths;

		}