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