apply_filters( 'tec_tickets_send_rsvp_email_pre', null|mixed $pre, int $order_id, int $event_id, static $module )

Allows the short-circuiting of the sending of RSVP emails to attendees.


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.