Tribe__Tabbed_View::set_active( string $active )

Sets the slug of the currently active tab.

This value, if the tab exists, will override the value specified in the GET request.


Parameters

$active

(string) (Required)


Top ↑

Source

File: src/Tribe/Tabbed_View.php

	public function set_active( $active ) {
		$this->active = $active;
	}