apply_filters( 'tec_tickets_commerce_legacy_attendee_meta_key', string $meta_key , string|int $ticket_id , string|int $attendee_id )
Allow the modification of the key used to fetch attendee registration fields.
Contents
Parameters
- $meta_key
-
(string) Which key is used to get the meta fields.
- $ticket_id
-
(string|int) Which ticket we are fetching for.
- $attendee_id
-
(string|int) Which attendee we are fetching for.
Source
File: src/Tribe/Meta.php
Changelog
| Version | Description |
|---|---|
| 5.3.0 | Introduced. |