skip to Main Content

Can WordPress upload xlsm file types?

Here is my code that I have placed in the functions.php file, which doesn't work: "Sorry, this file type is not permitted for security reasons." What am I doing wrong? function zerodropout_mime_types( $mime_types ) { $mime_types['xlsm'] = 'application/vnd.ms-excel.sheet.macroEnabled.12'; return $mime_types;…

VIEW QUESTION
Back To Top
Search