Tribe__Tabbed_View::get_visibles()
Returns only the visible tabs for this tabbed view.
Return
(Tribe__Tabbed_View__Tab[]) An array of all the active and visible tabs.
Source
File: src/Tribe/Tabbed_View.php
public function get_visibles() {
return array_filter( $this->get(), array( $this, 'is_tab_visible' ) );
}