apply_filters( 'tribe_rsvp_non_attendance_email_content', string , int $event_id , int $order_id )
Filters the non attending RSVP tickets email content
Contents
Parameters
-
(string) email content
- $event_id
-
(int) The event ID.
- $order_id
-
(int) The order ID.
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. |