Tribe__Tabbed_View__Tab::get_template()

Contents


Return

(string)


Top ↑

Source

File: src/Tribe/Tabbed_View/Tab.php

	public function get_template() {
		return ! empty( $this->template ) ? $this->template : $this->get_default_template_path();
	}