do_action( 'tec_tickets_plus_woo_generated_tickets', int $order_id )
Fires after all required Attendees for a WooCommerce order have been created.
Contents
Differently from the other actions, this one is fired even if no Attendees were created.
Parameters
- $order_id
-
(int) ID of the WooCommerce order
Source
Changelog
| Version | Description |
|---|---|
| 5.7.4 | Introduced. |