apply_filters( 'tec_tickets_get_field_meta_for_attendee', array|bool|string $meta, int $order_id, int $ticket_id, string $meta_key )

Allow the ability to overwrite the meta data returned for an attendee.


Parameters

$meta

(array|bool|string) Data returned from get_post_meta

$order_id

(int) The Order ID.

$ticket_id

(int) The ticket ID.

$meta_key

(string) The Meta Key to lookup.


Top ↑

Source

File: src/Tribe/Meta.php


Top ↑

Changelog

Changelog
Version Description
5.9.1 Introduced.