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.
Contents
Parameters
- $ticket_data
-
(array) The ticket data to use for the Attendee Registration page.
- $provider
-
(Tribe__Tickets__Tickets) The provider object for the ticket.
Source
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |