apply_filters( 'tribe_tickets_my_tickets_allow_email_resend_on_attendee_email_update', bool $allow_resending_email, WP_Post|null $ticket, array|null $attendee )

This filter allows the admin to control the re-send email option when an attendee’s email is updated.


Parameters

$allow_resending_email

(bool) Whether to allow email resending.

$ticket

(WP_Post|null) The ticket post object if available, otherwise null.

$attendee

(array|null) The attendee information if available, otherwise null.


Top ↑

Source

File: src/Tribe/Tickets_View.php


Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.