apply_filters( 'tribe_rsvp_non_attendance_email_recipient', string $to , int $event_id , int $order_id )
Filters the non attending RSVP tickets email recipient.
Contents
Parameters
- $to
-
(string)
- $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. |