Tribe__Tickets__Attendee_Repository::attendee_to_ticket_keys()
Returns the list of meta keys relating an Attendee to a Ticket.
Extending repository classes should override this to add more keys.
Return
(array)
Source
File: src/Tribe/Attendee_Repository.php
public function attendee_to_ticket_keys() {
return [
'rsvp' => '_tribe_rsvp_product',
'tribe-commerce' => '_tribe_tpp_product',
];
}
Changelog
| Version | Description |
|---|---|
| 4.8 | Introduced. |