WITH SUPERCARS COMING TO SMSP ON THIS DATE UNFORTUNATELY THIS COURSE HAS BEEN CANCELLED Learn how to create and control over-steer and develop your advanced vehicle handling skills with all electronic aids turned off. With a maximum of 12 vehicles, under the guidance...
// 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";
} );