Tribe__Tabbed_View::set_label( string $label )
Contents
Parameters
- $label
-
(string) (Required)
Source
File: src/Tribe/Tabbed_View.php
public function set_label( $label ) {
$this->label = $label;
}
(string) (Required)
File: src/Tribe/Tabbed_View.php
public function set_label( $label ) {
$this->label = $label;
}