๐ RACE CHIX APPAREL EVENT ๐ We’re looking forward to SubiNats at Sydney Motorsport Park on Saturday 19 March. SubiNats is Australia’s biggest and most exciting annual Subaru event, with both on and off track activities. If you love your Subaru’s come...
// 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";
} );