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.


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.


Top ↑

Source

File: src/Tribe/Attendee_Registration/IAC.php


Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.