apply_filters( 'tribe_tickets_plus_attendee_registration_iac_fields', array $fields , string $ticket_iac_setting , int $ticket_id )
Allow filtering the list of IAC form field configurations.
Contents
Parameters
- $fields
-
(array) List of IAC form field configurations.
- $ticket_iac_setting
-
(string) The IAC setting for the ticket (none, allowed, required).
- $ticket_id
-
(int) The ticket ID.
Source
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |