apply_filters( 'tribe_rsvp_non_attendance_email_attachments', array , int $event_id , int $order_id )
Filters the non attending RSVP tickets email attachments
Contents
Parameters
-
(array) attachments
- $event_id
-
(int)
- $order_id
-
(int)
Source
File: src/Tribe/RSVP.php
Changelog
| Version | Description |
|---|---|
| 4.5.5 | changed filter name to be unique to non attendance emails |
| 4.5.2 | Introduced. |