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.
Contents
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.
Source
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |