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