apply_filters( 'tribe_tickets_plus_attendee_save_meta', array $attendee_meta, int $attendee_id, int $order_id, int $ticket_id, int|null $attendee_number )

Allow filtering the attendee meta to be saved to the attendee.


Parameters

$attendee_meta

(array) The attendee meta to be saved to the attendee.

$attendee_id

(int) The attendee ID.

$order_id

(int) The order ID.

$ticket_id

(int) The ticket ID.

$attendee_number

(int|null) The order attendee number.


Top ↑

Source

File: src/Tribe/Tickets_View.php


Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.