Converts images to WebP and compresses each one toward a 100KB target:
Choose one mode; it applies wherever conversion happens:
manage_options capability and aThe Media Library optimizer keeps your original files on disk; it only
repoints the attachment’s registered file to the new .webp version, so
you can restore from the original if needed – until you use the new
“Delete original files” tool below (see 1.2.0).
Extension points other plugins can hook into – none of these change
default behavior on their own, they’re no-ops until something uses them:
pixelcinch_after_convert (action) – fires after an attachment ispixelcinch_after_delete_original (action) – fires after an originalpixelcinch_compression_profile (filter) – the quality/resize tuningpixelcinch_scannable_mime_types (filter) – the list of MIME typespixelcinch_default_settings (filter) – the default settings array.pixelcinch_sanitize_settings (filter) – the sanitized settings arraypixelcinch_default_settings.