apply_filters( 'tribe_tickets_plus_attendee_registration_iac_setting_for_ticket', string $iac_setting , int $ticket_id , Tribe__Tickets__Ticket_Object|int $ticket )
Allow filtering the IAC setting for a ticket.
Contents
Parameters
- $iac_setting
-
(string) The IAC setting for a ticket (none, allowed, required).
- $ticket_id
-
(int) The ticket ID.
- $ticket
-
(Tribe__Tickets__Ticket_Object|int) The ticket object or ID as passed to the method.
Source
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |