Clean Media Library File Names
开发者 |
webdeveric
|
更新时间 |
2015年12月8日 13:41 |
PHP版本: |
3.0.0 及以上 |
WordPress版本: |
4.4.0 |
详情介绍:
This plugin cleans uploaded file names to remove special characters and spaces.
安装:
- Upload
clean-media-library-filenames
folder to the /wp-content/plugins/
directory
- 通过WordPress的“插件”菜单激活插件
- You're done
更新日志:
0.3.1
0.3
- Added default file name when the sanitized file name is blank. This could happen when the file name contains only special characters.
0.2
- I updated the code to use the
sanitize_title_with_dashes
function instead of using my own regular expression.
0.1