apply_filters( 'tribe_tickets_plus_attendee_registration_view_ticket_data', array $ticket_data, Tribe__Tickets__Tickets $provider )

Allow filtering the ticket data used on the Attendee Registration page.


Parameters

$ticket_data

(array) The ticket data to use for the Attendee Registration page.

$provider

(Tribe__Tickets__Tickets) The provider object for the ticket.


Top ↑

Source

File: src/Tribe/Attendee_Registration/View.php


Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.