do_action( 'tribe_tickets_ticket_email_after_details', array $ticket , WP_Post $event )
Allows inserting content after the “ticket details” section.
Contents
Parameters
- $ticket
-
(array) Ticket information.
- $event
-
(WP_Post) Event post object.
Source
Changelog
| Version | Description |
|---|---|
| 4.12.3 | Introduced. |