apply_filters( 'tribe_rsvp_email_subject', string , int $event_id, int $order_id )

Filters the RSVP tickets email subject


Parameters

(string)

$event_id

(int)

$order_id

(int)


Top ↑

Source

File: src/Tribe/RSVP.php


Top ↑

Changelog

Changelog
Version Description
4.5.2 added new parameters $event_id and $order_id
4.10.9 Introduced.