do_action( 'tribe_tickets_plus_attendee_update', int|null $attendee_id, int $order_id, int $ticket_id, int $post_id, Tribe__Tickets__Tickets $provider )

Allow hooking into after the attendee data has been updated.


Parameters

$attendee_id

(int|null) The attendee ID.

$order_id

(int) The order ID.

$ticket_id

(int) The ticket ID.

$post_id

(int) The ID of the post associated to the ticket.

$provider

(Tribe__Tickets__Tickets) The current ticket provider object.


Top ↑

Source

File: src/Tribe/Tickets_View.php


Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.