๐ RACE CHIX APPAREL EVENT ๐ The Beaurepaires Sydney SuperNight will officially open the 2022 Repco Supercars Championship at Sydney Motorsport Park, 4 – 6 March. The season opener will be jam packed with excitement for the whole family, including the SuperKids...
// 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";
} );