Skip to content

Instantly share code, notes, and snippets.

View annikaschmidttw's full-sized avatar

annikaschmidttw

View GitHub Profile
@juanfra
juanfra / tec-tickets-email-rsvp-bcc.php
Created July 10, 2023 11:08
Add a custom BCC for the RSVP email.
<?php
//* Do NOT include the opening php tag
/**
* BCC custom email on all Event Tickets' RSVP ticket emails
*/
add_filter( 'tec_tickets_emails_dispatcher_rsvp_headers', 'my_add_bcc_email_headers' );
function my_add_bcc_email_headers( $headers ) {