do_action( 'tribe_tickets_ticket_type_moved', int $ticket_type_id , int $destination_post_id , int $src_post_id , int $instigator_id )
Fires when a ticket type is relocated from one post to another.
Contents
Parameters
- $ticket_type_id
-
(int) the ticket type which has been moved
- $destination_post_id
-
(int) the post to which the ticket type has been moved
- $src_post_id
-
(int) the post which previously hosted the ticket type
- $instigator_id
-
(int) the user who initiated the change