apply_filters( 'tribe_tickets_tpp_tickets_to_send', array $to_send, array $all_attendees, int $post_id, string $order_id )

Controls the list of tickets which will be emailed out.


Parameters

$to_send

(array) list of tickets to be sent out by email

$all_attendees

(array) list of all attendees/tickets, including those already sent out

$post_id

(int)

$order_id

(string)


Top ↑

Source

File: src/Tribe/Commerce/PayPal/Main.php


Top ↑

Changelog

Changelog
Version Description
4.7.6 added new parameter $post_id
4.7 Introduced.