Tribe__Tickets__Attendee_Repository::security_code_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 security_code_keys() {
return [
'rsvp' => '_tribe_rsvp_security_code',
'tribe-commerce' => '_tribe_tpp_security_code',
];
}
Changelog
| Version | Description |
|---|---|
| 4.10.6 | Introduced. |