Hooks::maybe_send_tickets_after_status_change( int $event_id )
Fully here for compatibility initially to reduce complexity on the Module.
Contents
Parameters
- $event_id
-
(int) (Required) Which ID we are triggering changes to.
Source
File: src/Tickets/Commerce/Hooks.php
public function maybe_send_tickets_after_status_change( $event_id ) {
$this->container->make( Attendee::class )->maybe_send_tickets_after_status_change( $event_id );
}
Changelog
| Version | Description |
|---|---|
| 5.1.9 | Introduced. |