Hooks::register_order_reports()
Register the Orders report.
Source
File: src/Tickets/Commerce/Hooks.php
public function register_order_reports() {
$this->container->make( Reports\Orders::class )->hook();
}
Changelog
| Version | Description |
|---|---|
| 5.2.0 | Introduced. |