Hooks
Class Hooks.
Source
File: src/Tickets/Admin/Hooks.php
class Hooks extends \tad_DI52_ServiceProvider {
/**
* Binds and sets up implementations.
*
* @since 5.3.4
*/
public function register() {
tribe( Upsell::class )->hooks();
}
}
Changelog
| Version | Description |
|---|---|
| 5.3.4 | Introduced. |
Methods
- register — Binds and sets up implementations.