do_action( 'event_tickets_rsvp_attendee_created', int $attendee_id, int $post_id, string $order_id, int $product_id )

RSVP specific action fired when a RSVP-driven attendee ticket for an event is generated.

Used to assign a unique ID to the attendee.


Parameters

$attendee_id

(int) ID of attendee ticket.

$post_id

(int) ID of event.

$order_id

(string) RSVP order ID (hash).

$product_id

(int) RSVP product ID.


Top ↑

Source

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