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.


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.


Top ↑

Source

File: src/Tribe/Meta.php


Top ↑

Changelog

Changelog
Version Description
5.3.0 Introduced.