Tribe__Tabbed_View__Tab::is_visible()
Whether the tab should display or not.
Return
(boolean)
Source
File: src/Tribe/Tabbed_View/Tab.php
public function is_visible() {
return $this->visible;
}
Whether the tab should display or not.
(boolean)
File: src/Tribe/Tabbed_View/Tab.php
public function is_visible() {
return $this->visible;
}