Events_Bar::setup()
This method will be executed when the Class is Initialized.
Source
File: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php
public function setup() {
parent::setup();
}
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
This method will be executed when the Class is Initialized.
File: src/Tribe/Views/V2/Customizer/Section/Events_Bar.php
public function setup() {
parent::setup();
}
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |