Tribe__Tabbed_View__Tab::set_url( string $url )
Sets this tab URL.
Contents
This URL will override the tab natural URL.
Parameters
- $url
-
(string) (Required)
Source
File: src/Tribe/Tabbed_View/Tab.php
public function set_url( $url ) {
$this->url = $url;
}