Race Chix are heading to ARDCs NightShift! ARDC NightShift events provide an all new challenge for ARDC Members and SMSP is the stunning backdrop to a thrilling night under lights. The lights are all about giving back to the avid race enthusiast and building on the...
// Add a custom "from" name and email to the rsvps
add_filter( 'tribe_rsvp_email_headers', function() {
// Set the from name
$name = 'Race Chix Events';
// Set the from email address
$email = '[email protected]';
return 'Content-type: text/html' . "\r\n" . "From: $name " . "\r\n";
} );