开发者 | babapinnak |
---|---|
更新时间 | 2025年6月23日 19:35 |
PHP版本: | 7.0 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
auto-webp-converter-logger
folder to the /wp-content/plugins/
directory.Currently, it supports JPG, JPEG and PNG images.
The plugin creates a autoweco-webp-conversion-log.txt
file inside the uploads
folder (wp-content/uploads).
Yes, you can enable or disable this option in the plugin settings.
If the required GD library functions are missing, the plugin will display an admin notice. In that case, image conversion will not work.
Images larger than 10MB are automatically skipped for performance reasons. The event is logged if logging is enabled.
Yes — the plugin ensures the correct MIME type is saved even if uploads bypass the default flow.
add_attachment
hook to ensure WebP files are properly stored with correct metadata.load_plugin_textdomain()
for compatibility with WordPress 4.6+.