do_action( 'event_ticket_edd_attendee_created', int $attendee_id, int $post_id, int $order_id, int $product_id )

Easy Digital Downloads specific action fired when an EDD-driven attendee ticket for an event is generated.


Parameters

$attendee_id

(int) ID of attendee ticket.

$post_id

(int) ID of event.

$order_id

(int) Easy Digital Downloads order ID.

$product_id

(int) Easy Digital Downloads product ID.


Top ↑

Source

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