首页
教程
精选插件
最近更新
标签
主站
语言/Language
English
简体中文
Linux 软件免费装
在这里免费安装WordPress以及其他软件
sanitize image name
开发者
tpk
更新时间
2012年7月25日 16:03
PHP版本:
2.5 及以上
WordPress版本:
3.4.1
标签
number
image
url
attachment
name
下载
详情介绍:
this couple of filter functions allow to upload image files with
only
numbers in the filename, avoiding the 'attachment' in the URL. ie:
www.example.com/category/page/img_1/
instead of
www.example.com/category/page/attachment/1/
安装:
Upload sanitize_image_name directory to the
/wp-content/plugins/
directory
Activate the plugin through the 'Plugins' menu in WordPress
更新日志:
0.1
First release.