Tribe__Tickets_Plus__Repositories__Attendee__EDD::purchaser_email_keys()
{@inheritdoc}
Source
File: src/Tribe/Repositories/Attendee/EDD.php
public function purchaser_email_keys() {
/*
* This is here to reduce confusion by future developers.
*
* Purchaser name does not have a meta key stored on the attendee itself
* and must be retrieved by order customer for EDD.
*/
return parent::purchaser_email_keys();
}