Tribe__Tabbed_View::set_active( string $active )
Sets the slug of the currently active tab.
Contents
This value, if the tab exists, will override the value specified in the GET request.
Parameters
- $active
-
(string) (Required)
Source
File: src/Tribe/Tabbed_View.php
public function set_active( $active ) {
$this->active = $active;
}