apply_filters( 'tribe_rsvp_non_attendance_email_attachments', array , int $event_id, int $order_id )

Filters the non attending RSVP tickets email attachments


Parameters

(array) attachments

$event_id

(int)

$order_id

(int)


Top ↑

Source

File: src/Tribe/RSVP.php


Top ↑

Changelog

Changelog
Version Description
4.5.5 changed filter name to be unique to non attendance emails
4.5.2 Introduced.