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.


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.


Top ↑

Source

File: src/Tribe/Attendee_Registration/IAC.php


Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.