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.


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.


Top ↑

Source

File: src/Tribe/RSVP.php


Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.