apply_filters( 'tec_tickets_move_attendees_ids', int $tgt_ticket_type_id , int $src_event_id , int $tgt_event_id )
Filters the set of Attendee IDs that will be moved following a user request to move Attendees.
Contents
A note about misnomers coming from legacy code: 1 .this method moves Attendees, not Tickets, from a Ticket on a ticket-able post to another Ticket on another ticketable post 2. the term Event is used to refer to any ticket-able post, not just Events.
Parameters
- $tgt_ticket_type_id
-
(int) The ID of the Ticket the Attendees will be moved to.
- $src_event_id
-
(int) The ID of the ticket-able Post the Attendees are currently associated with.
- $tgt_event_id
-
(int) The ID of the ticket-able Post the Attendees will be moved to.
Source
Changelog
| Version | Description |
|---|---|
| 5.8.3 | Introduced. |