Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Uploaded file name sanitizer

Descripción

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.

Instalación

  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

Reseñas

20 de diciembre de 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.
Leer la 1 reseña

Colaboradores y desarrolladores

«Uploaded file name sanitizer» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Uploaded file name sanitizer» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

Initial release