B
B
Boy2017-02-22 23:42:03
Electronic books
Boy, 2017-02-22 23:42:03

Valid file formats in Woocommerce, how to add ePub?

Hello!
Can you please tell me how to expand the possibility of valid formats for uploading and downloading ePub in Woocommerce?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
Boy, 2017-02-23
@demavair

Solution found!
function additional_mime_types( $mimes ) {
$mimes['epub'] = 'application/epub+zip';
return $mimes;
}
add_filter( 'upload_mimes', 'additional_mime_types' );

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question