apply_filters( 'tribe_tickets_tpp_tickets_to_send', array $to_send , array $all_attendees , int $post_id , string $order_id )
Controls the list of tickets which will be emailed out.
Contents
Parameters
- $to_send
-
(array) list of tickets to be sent out by email
- $all_attendees
-
(array) list of all attendees/tickets, including those already sent out
- $post_id
-
(int)
- $order_id
-
(string)
Source
Changelog
| Version | Description |
|---|---|
| 4.7.6 | added new parameter $post_id |
| 4.7 | Introduced. |