이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP Extra File Types

설명

This plugin let you add file types to the default list of file extensions
supported by the Media Library upload procedure.

설치

  1. Create the directory wp-extra-file-types in your ‘/wp-content/plugins/’ directory
  2. Upload all the plugin’s file to the newly created directory
  3. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.

후기

2024년 10월 19일
I needed to add some .exe files to my Wordpress site, and this plugin did the job, something that other people don’t do is add the instruction “define(‘ALLOW_UNFILTERED_UPLOADS’, true);” into wp-config.php file, this did the trick with last Wordpress version 6.6.2 works like a charm. Finally restart Wordpress and it’s done.
2024년 4월 20일
I read several “it doesn’t work”-remarks: it works fine, but the documentation and description doesn’t help newcomers! Settings you’ll find in section “Settings, Extra File Types” It only inserts the required filter statements so wordpress allows to upload and managing those files. The plugin itself doesn’t bring file support itself – only modifies the upload-filter!
2024년 3월 22일
Works partially. With correct mime type, yes you can upload new files as “documents”, but they are either refused in the end, or renamed into TIF extension if the mimtype is image. impossible to insert them as attachement in a post. there is a better plugin out there that creates posts for that purpose.
2024년 1월 24일
This was great. We are a publisher, so the inability to upload .epub files as a Woocommerce product was a killer. It uses the Wordpress file types list. What you have to do is remember to go to Settings in Wordpress and select the file types you want AND scroll right to the bottom and save the changes. I didn’t do that first time – thinking that toggling the checkbox was enough, so it didn’t remember.
2023년 5월 15일
enabled gpx, applied changes, waited a moment, refreshed… then tried to upload a gpx file. Not working. Still the message that I am not allowed to upload that kind of file.
모든 38 평가 읽기

기여자 & 개발자

“WP Extra File Types”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Extra File Types”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.5.2

  • files cleanup

0.5.1

  • security optimizations
  • code optimizations

0.5

  • adapted to WP 5.8.2
  • bug fixes
  • code optimizations

0.4.4.1

  • user interface fix

0.4.4

  • released experimental fix to have better integration with GravityForms

0.4.3

  • fix on custom file types

0.4.2

  • mime types database updated

0.4.1

  • changed .exe mime type

0.4.0

  • added more extensions and mime types
  • added the option “skip wordpress check” to disable WordPress internal checks
  • changes to settings page

0.3.6

  • do not display file types already allowed by WordPress
  • added the option “skip strict mime type check”
  • fixed a problem related to mime types identification strings different between PHP finfo_* functions and user defined list

0.3.5

  • added .pages
  • added .numbers
  • added .keynote

0.3.4

  • added .mobi

0.3.3

  • added .notebook
  • added .gallery

0.3.2

  • added .woff2 file type

0.3.1

  • added .gpx file type, thanks to “SpriterQC” for the suggestion

0.3.0

  • added custom file types administration, you can add/remove/modify new entries

0.2.4

  • renamed .bid to .bld, thanks to “wbdesinger”

0.2.3

  • added .m4r file type, thanks to “ywait4ever” for the suggestion

0.2.2

  • added .bid file type, thanks to “wbdesigner” for the suggestion

0.2.1

  • added .msp and .msu file types, thanks to “zkiller” for the suggestion

0.2

  • added a long list of mime-types
  • added administration page

0.1

  • first release