描述
生成WebP
- 在添加图片文件到媒体库时生成WebP文件
- Generate WebP from all the images by async/await.
- 您可以选择在添加新媒体文件时替换图像文件为WebP并删除原图像。同时,当生成所有图像时,原图像的ID将被覆盖为WebP,原图片也将被删除。所有链接中的内容都将被替换。
安装
- 上传
plus-webp
目录至/wp-content/plugins/
目录 - 在WordPress的 ‘插件’菜单下找到并激活此插件。
常见问题
无
评价
贡献者及开发者
更新日志
4.03
Fixed link to plugin page.
4.02
Fixed about sending e-mail.
4.01
Added description.
Removed unnecessary codes.
4.00
Moved the location of the Admin page to the Media Library.
The admin screen has been converted to React.
Batch generation of webp by async/await is now supported.
Fixed a problem where title name comparison failed and generated duplicate files.
Metadata generation for WordPress 6.1-alpha to match WordPress 6.2.
3.00
Supported WordPress 6.1-alpha.
2.07
Added a hook for Organize Media Folder.
2.06
修复了媒体不存在时的处理问题。
2.05
支持XAMPP。
2.04
修复了元数据的问题。
2.03
修复了元数据的问题。
2.02
修复了内容替换的问题。
2.01
Fixes various messages and branches in ajax.
2.00
Added ajax generation for webp.
1.13
Fixed an issue with saving options.
Added options for extension.
1.12
Fixed clear cron schedules issue.
Fixed problem of threshold big image.
1.11
Fixed the problem of title acquisition in bulk generation.
1.10
Fixed background processing.
1.09
Give details when email notification.
Added the management screen notification of the end of batch generation.
1.08
Added ability to choose which file types to convert and which not.
1.07
Supported transparent gif & png.
Fixed file name issue.
1.06
Fixed content URL replacement issue.
1.05
Fixed an image replacement issue.
Conformed to the WordPress coding standard.
1.04
Conformed to the WordPress coding standard.
1.03
Added html escape on the management screen.
1.02
Fixed an issue with image conversion.
Fixed an image replacement issue.
Added the setting of quality.
1.01
Fixed problem of PNG files.
Added uninstall script.
1.00
Initial release.