Hooks::register()
Binds and sets up implementations.
Source
File: src/Tickets/Admin/Hooks.php
public function register() {
tribe( Upsell::class )->hooks();
}
Changelog
| Version | Description |
|---|---|
| 5.3.4 | Introduced. |
Binds and sets up implementations.
File: src/Tickets/Admin/Hooks.php
public function register() {
tribe( Upsell::class )->hooks();
}
| Version | Description |
|---|---|
| 5.3.4 | Introduced. |