apply_filters( 'tribe_tickets_handler_email_max_resend_limit', int $max_resend_limit, WP_Post|null $ticket, array|null $attendee )

Allow filtering the maximum number of emails can be resent to an attendee.

Return -1 to remove the limit entirely.


Parameters

$max_resend_limit

(int) The maximum number of emails can be resent to an attendee.

$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_Handler.php


Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.