do_action( 'tribe_tickets_ticket_moved', int $ticket_id , int $src_ticket_type_id , int $tgt_ticket_type_id , int $src_event_id , int $tgt_event_id , int $instigator_id )
Fires when a ticket is relocated from ticket type to another, which may be in a different post altogether.
Contents
Parameters
- $ticket_id
-
(int) the ticket which has been moved
- $src_ticket_type_id
-
(int) the ticket type it belonged to originally
- $tgt_ticket_type_id
-
(int) the ticket type it now belongs to
- $src_event_id
-
(int) the event/post which the ticket originally belonged to
- $tgt_event_id
-
(int) the event/post which the ticket now belongs to
- $instigator_id
-
(int) the user who initiated the change