Tribe__Tabbed_View__Tab::set_url( string $url )

Sets this tab URL.

This URL will override the tab natural URL.


Parameters

$url

(string) (Required)


Top ↑

Source

File: src/Tribe/Tabbed_View/Tab.php

	public function set_url( $url ) {
		$this->url = $url;
	}