do_action( 'tribe_tickets_plus_after_my_tickets_attendee_update', int|null $attendee_id , array $data_to_save , array $data , int $order_id , int $ticket_id , int $post_id , Tribe__Tickets__Tickets $provider )
Allow hooking into after the attendee update is completed.
Contents
Parameters
- $attendee_id
-
(int|null) The attendee ID.
- $data_to_save
-
(array) The data that was saved.
- $data
-
(array) The data prior to filtering for saving.
- $order_id
-
(int) The order ID.
- $ticket_id
-
(int) The ticket ID.
- $post_id
-
(int) The ID of the post associated to the ticket.
- $provider
-
(Tribe__Tickets__Tickets) The current ticket provider object.
Source
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |