Tribe__Tabbed_View__Tab::is_visible()

Whether the tab should display or not.

Contents


Return

(boolean)


Top ↑

Source

File: src/Tribe/Tabbed_View/Tab.php

	public function is_visible() {
		return $this->visible;
	}