Add rar to functions.php
-
rar is partially added as a mime type in function.php but is not fully implemented.
Would it be possible to add
‘rar’ => ‘application/x-rar-compressed’,
to the
$mimes = apply_filters( ‘upload_mimes’, array(
list of supported types.It already is included in the list at
function wp_ext2type( $ext ) {
$ext2type = apply_filters( ‘ext2type’, array(
so it is a bit odd that it was missed.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add rar to functions.php’ is closed to new replies.