apply_filters( 'tec_tickets_send_tickets_email_for_attendee_pre', null|mixed $pre, string $to, array $tickets, array $args, static $module )

Allows the short-circuiting of the sending of emails to the Attendees.


Parameters

$pre

(null|mixed) Determine if we should continue.

$to

(string) The email to send the tickets to.

$tickets

(array) The list of tickets to send.

$args

(array) The list of arguments to use for sending ticket emails.

$module

(static) Instance of the Tickets Module.


Top ↑

Source

File: src/Tribe/Tickets.php


Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.