apply_filters( 'tec_tickets_send_tickets_email_for_attendee_pre', null|mixed $pre , string $to , array $tickets , array $args , static $module )
Allows the short-circuiting of the sending of emails to the Attendees.
Contents
Parameters
- $pre
-
(null|mixed) Determine if we should continue.
- $to
-
(string) The email to send the tickets to.
- $tickets
-
(array) The list of tickets to send.
- $args
-
(array) The list of arguments to use for sending ticket emails.
- $module
-
(static) Instance of the Tickets Module.
Source
File: src/Tribe/Tickets.php
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |