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

Shared filter between Woo, EDD, and the default logic.

This filter allows the admin to control the re-send email option when an attendee’s email is updated per a payment type (EDD, Woo, etc). True means allow email resend, false means disallow email resend.


Parameters

(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/Commerce/EDD/Main.php


Top ↑

Changelog

Changelog
Version Description
5.3.1 Introduced.