I’m not speeding I’m qualifying car sticker – pink
$ 7.00
We don’t think this sticker will get you out of a speeding fine, but you could have fun trying!
Colour: Hot pink
Price includes postage
Size: 200mm x 80mm
Out of stock
// 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";
} );