このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Uploaded file name sanitizer

説明

Replaces uploaded file name chars which are not in \’a-z\’, \’0-9\’ and \’ \'(space) range. Helpful when dealing with non-latin letters. Especially when dealing with urls.

インストール

  1. Upload the plugin files to the /wp-content/plugins/uploaded-file-name-sanitizer directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the \’Plugins\’ screen in WordPress
  3. Use the Settings->’Uploaded file name sanitizer’ screen to configure the plugin

評価

2016年12月20日
It works just fine and prevents problems with invalid file names under some server configurations, which will lead to inaccessible images. I did replace the plugin's own sanitization with a custom function though, in order to not just replace characters that are out of range with hiphens, but to also transform the file name into lowercase, replace characters with diacritics by their simple forms and join sequences of hiphens into a single character.
1件のレビューをすべて表示

貢献者と開発者

Uploaded file name sanitizer はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Uploaded file name sanitizer” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

Initial release