Hooks::register()
Binds and sets up implementations.
Source
File: src/Tickets/Commerce/Hooks.php
public function register() {
$this->add_actions();
$this->add_filters();
}
Changelog
| Version | Description |
|---|---|
| 5.1.6 | Introduced. |
Binds and sets up implementations.
File: src/Tickets/Commerce/Hooks.php
public function register() {
$this->add_actions();
$this->add_filters();
}
| Version | Description |
|---|---|
| 5.1.6 | Introduced. |