apply_filters( 'tec_tickets_send_rsvp_non_attendance_confirmation_pre', null|mixed $pre , int $order_id , int $event_id , static $module )
Allows the short-circuiting sending of RSVP emails to attendees for the confirmation of non-attendance.
Contents
Parameters
- $pre
-
(null|mixed) Determine if we should continue.
- $order_id
-
(int) The order ID.
- $event_id
-
(int) The event ID.
- $module
-
(static) Instance of the Tickets Module.
Source
File: src/Tribe/RSVP.php
Changelog
| Version | Description |
|---|---|
| 5.6.0 | Introduced. |