๐ RACE CHIX APPAREL EVENT ๐ Heading to the F1 Australian Grand Prix? Be sure to come and find our stand and say hello. We’ll be there with our Race Chix Apparel range.
Whilst we’re in Melbourne enjoying the F1, join us for a casual Race Chix Networking Dinner and meet fellow Race Chix. There’s no guest speakers or anything like that, our networking events are all about like minded chix meeting like minded chix and making...
// 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";
} );