do_action( 'tribe_tickets_all_tickets_moved', array $ticket_ids , int $tgt_ticket_type_id , int $src_event_id , int $tgt_event_id )
Fires when all of the specified ticket IDs have been moved
Contents
Parameters
- $ticket_ids
-
(array) each ticket ID
- $tgt_ticket_type_id
-
(int) the ticket type they were moved to
- $src_event_id
-
(int) the event they belonged to prior to the move
- $tgt_event_id
-
(int) the event they belong to after the move