Resend_Tickets_Handler::register()
Binds and sets up implementations.
Source
File: src/Tribe/Service_Providers/Resend_Tickets_Handler.php
public function register() {
// Load actions and filter on admin view only, as this is not designed for Community Tickets for now.
if ( ! is_admin() ) {
return;
}
$this->hook();
$this->register_assets();
}
Changelog
| Version | Description |
|---|---|
| 5.2.5 | Introduced. |