Tribe__Tickets__Commerce__Orders_Tabbed_View::set_active( string $tab_slug )

Sets the currently active tab slug.


Parameters

$tab_slug

(string) (Required)


Top ↑

Source

File: src/Tribe/Commerce/Orders_Tabbed_View.php

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

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.