Tribe__Settings_Tab::addAllTabs( array $allTabs )
Adds this tab to the list of total tabs, even if it is not displayed.
Contents
Parameters
- $allTabs
-
(array) (Required) All the tabs from Tribe__Settings.
Return
(array) $allTabs All the tabs.
Source
File: src/Tribe/Settings_Tab.php
public function addAllTabs( $allTabs ) {
$allTabs[ $this->id ] = $this->name;
return $allTabs;
}