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

WP Sanitize Accented Uploads

설명

WordPress plugin which removes all accented characters like åöä from future uploads and has easy wp-cli command for removing accents from current uploads and attachment links from database.
This helps tremendously with current and future migrations of your site and helps you to avoid strange filename encoding bugs.

Sanitize accents from Cyrillic, German, French, Polish, Spanish, Hungarian, Czech, Greek, Swedish.
This even removes rare but possible unicode NFD characters from files by using PHP Normalizer class. These usually happen if you have mounted uploads into your vagrant box in OS-X.

This plugin is wordpress multisite compatible.

More information in github page: https://github.com/devgeniem/wp-sanitize-accented-uploads

설치

  1. Upload the plugin files to the /wp-content/plugins/wp-sanitize-accented-uploads directory, require it in composer $ composer require devgeniem/wp-sanitize-accented-uploads or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings->Plugin Name screen to configure the plugin

FAQ

Does this fix my uploads if my filenames have already been corrupted

No, sorry :(. You need to start using this before the problems arise in preventive way.

How to use wp-cli command

After the plugin installation and activation you can run $ wp sanitize all in terminal to sanitize all current files.

See $ wp sanitize --help for more.

후기

2016년 10월 18일
Really good plugin and does the job better than the others I tested. Supports the NextGEN Gallery too.
모든 2 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “WP Sanitize Accented Uploads”(을)를 번역하세요.

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

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

변경이력

1.0.1

  • Replaces files which have accidentally turned into NFD too. First tries the filename found from DB and then tries NFD version of file name if it didn’t succeed.

1.0

  • Initial release which works in multisites too.