Tribe__Tabbed_View__Tab::get_default_template_path()
Returns the absolute path to the default template for the tab.
Return
(string)
Source
File: src/Tribe/Tabbed_View/Tab.php
public function get_default_template_path() {
return Tribe__Main::instance()->plugin_path . '/src/admin-views/tabbed-view/tab.php';
}