Forums
(@douglance)
9 years, 3 months ago
Add this code to your theme’s function.php file:
add_filter('mime_types', 'my_mimes'); function my_mimes($mimes) { // add your mime types $mimes['epub'] = 'application/epub'; $mimes['mobi'] = 'application/mobi'; return $mimes; }
11 years, 7 months ago
I am interested in this as well.
12 years, 5 months ago
I use Buddyboss too, and I have the same problem.
12 years, 7 months ago
The new version only works in backend for all browsers for me.