数日前、あるクライアントのサイトで作業をしているときに、アップロードを指定したファイルタイプ(jpg、gif、png)のみに制限する機能のコード化を依頼されました。リポジトリを見回してもこれを実現できるものは見つからなかったので、自分たちでプラグインを作ることにしました。昨日、WordPressのプラグインリポジトリで承認され、Restrict Uploadsという名前になりました。
他のプラグインとは異なり、このプラグインには超複雑な設定パネルはありません。実のところ、設定パネルはすべてありません。このプラグインはたった一つのことをするためにビルトインされています。それは、エディターが画像(jpg、gif、png)以外のファイルタイプをアップロードできないようにすることです。このようなプラグインは、サイトのロード時間や日々の活動に影響を与えることなく、バックグラウンドで静かに動作するため、理想的なタイプです。
あなたがしなければならないすべては、単にプラグインをインストールして有効化するだけです。Restrict Uploadsを今すぐダウンロード。
Yulian
Really nice plugin!! Save me time!! Thanks!
wpbeginner
@susan suarez Yes you are correct. This will prevent any malicious entry using the wp-admin to upload stuff using the media uploader…
truecalorie
Very handy – thanks for adding this. Would this also help with the security of the plugin? So that if a hacker got in, they couldn’t upload any other type media file?
Debajyoti
@wpbeginner You’re right…. I wanted to focus on .JPG, .PNG and .GIF in capital… coz they can’t be uploaded. Some image editors save in capitals…
wpbeginner
@Debajyoti Then there would be no point of having this plugin. The whole idea is to keep the editors from uploading any other file type aside from images. We will work on an improvement for this plugin that will let you pick which users to limit the stuff for though
Debajyoti
You might also add .zip and .txt and .JPG, .PNG, .GIF to the filter.
wpbeginner
@JasonDittmer Yea I love plugin like these myself. Because they don’t require you to do anything. It is for one thing only.
JasonDittmer
I was expecting to read about how I had to write a bunch of code to make this work. Thanks for the simple plugin. Nice quick fix!