do_action( 'event_tickets_rsvp_tickets_generated', int $order_id, int $post_id, string $attendee_order_status )

Fires when an RSVP attendee tickets have been generated.


Parameters

$order_id

(int) ID of the RSVP order

$post_id

(int) ID of the post the order was placed for

$attendee_order_status

(string) status if the user indicated they will attend


Top ↑

Source

File: src/Tribe/RSVP.php