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.


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


Top ↑

Source

File: src/Tribe/Admin/Move_Ticket_Types.php