Hooks::register()
Binds and sets up implementations.
Source
File: src/Tribe/Views/V2/Customizer/Hooks.php
public function register() {
$this->add_filters();
}
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |
Binds and sets up implementations.
File: src/Tribe/Views/V2/Customizer/Hooks.php
public function register() {
$this->add_filters();
}
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |