apply_filters( 'tribe_tickets_plus_woo_email_attachments', array $attachments , int $this->id , object $this->object )
Filters the array of files to be attached to the WooCommmerce Ticket email.
Contents
Example use case is the PDF Tickets extension.
Parameters
- $attachments
-
(array) An array of full path file names.
- $this->id
-
(int) The email method ID.
- $this->object
-
(object) Object this email is for, for example a customer, product, or email.