Epub Download - by gurhan - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 7 years, 11 months ago ago by Eva Kemp

  • Avatar: gurhan
    gurhan
    Participant
    May 9, 2016 at 14:17

    Apparently, WP does not like the epub extensions, yet we are planning on selling ebooks.

    I found this snippet, which needs to be added to the functions.php of the theme, and wanted to make sure of two things:

    1. will it be compatible with Royal?
    2. what is “application/octet-stream”? is it directory where the epub files should be residing?

    <?php
    function addUploadMimes($mimes) {
        $mimes = array_merge($mimes, array(
            'epub' => 'application/octet-stream'
        ));
     
        return $mimes;
    }
    ?>
    
    add_filter('upload_mimes', 'addUploadMimes');
    1 Answer
    Avatar: Eva
    Eva Kemp
    Support staff
    May 10, 2016 at 09:13

    Hello,

    We don’t guarantee full compatibility of 3rd-party plugins with the theme.
    You can order additional support via this form https://www.8theme.com/customization-services/ to get assistance on your query from our developers.

    Regards,
    Eva Kemp.

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.