Tribe__Tickets__Commerce__Orders_Tabbed_View::set_active( string $tab_slug )
Sets the currently active tab slug.
Contents
Parameters
- $tab_slug
-
(string) (Required)
Source
File: src/Tribe/Commerce/Orders_Tabbed_View.php
public function set_active( $tab_slug ) {
$this->active_tab_slug = $tab_slug;
}
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |