do_action( 'event_tickets_tpp_attendee_updated', int $attendee_id , string $order_id , int $product_id , int $order_attendee_id , string $attendee_order_status )
Action fired when an PayPal attendee ticket is updated.
Contents
This action will fire both when the attendee is created and when the attendee is updated. Hook into the event_tickets_tpp_attendee_created action to only act on the attendee creation.
Parameters
- $attendee_id
-
(int) Attendee post ID
- $order_id
-
(string) PayPal Order ID
- $product_id
-
(int) PayPal ticket post ID
- $order_attendee_id
-
(int) Attendee number in submitted order
- $attendee_order_status
-
(string) The order status for the attendee.
Source
Changelog
| Version | Description |
|---|---|
| 4.7 | Introduced. |