do_action( 'event_tickets_rsvp_ticket_created', int $attendee_id, int $post_id, int $product_id, int $order_attendee_id )

Action fired when an RSVP attendee ticket is created.

Used to store attendee meta.


Parameters

$attendee_id

(int) ID of the attendee post.

$post_id

(int) Event post ID.

$product_id

(int) RSVP ticket post ID.

$order_attendee_id

(int) Attendee # for order.


Top ↑

Source

File: src/Tribe/Repositories/Attendee/RSVP.php