apply_filters( 'tec_tickets_commerce_legacy_attendee_meta_fields', array $meta_data, string|int $ticket_id, string|int $attendee_id )

Allow the modification of where we look for attendee fields.


Parameters

$meta_data

(array) Attendee registration 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.