توضیحات
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.
نصب
- Upload the plugin files to the
/wp-content/plugins/uploaded-file-name-sanitizer
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the \’Plugins\’ screen in WordPress
- Use the Settings->’Uploaded file name sanitizer’ screen to configure the plugin
نقد و بررسیها
دسمبر 20, 2016
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.
توسعه دهندگان و همکاران
“Uploaded file name sanitizer” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Uploaded file name sanitizer” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
Initial release