Is there an image format conversion plugin for #WordPress that can act like an invisible mu-plugin?
(I.e. converts JPEG and PNG images into WebP on upload.)
I’d love to have something that simply hooks into wp_handle_upload, uses config constants and does not notify anyone of its existence.
Not that I can’t whip one up myself, but this just sounds too simple for anyone else not having done this.