Skip to content
Rehab My Site
Home
About
Website Packages
Portfolio
Contact
Menu
Home
About
Website Packages
Portfolio
Contact
Get Started
We’re Here to Help
Get in touch with us to discuss your restaurant's website needs.
Get Started
Contact Elevated Reception
Name
Email
Phone
Business Name
Message
Send
// Allow WOFF2 font file uploads in WordPress function allow_woff2_uploads($mime_types) { $mime_types['woff2'] = 'font/woff2'; // Add WOFF2 file type return $mime_types; } add_filter('upload_mimes', 'allow_woff2_uploads');