Title: WebP Conversion Support?
Last modified: October 17, 2024

---

# WebP Conversion Support?

 *  [Code Muffin](https://wordpress.org/support/users/code-muffin/)
 * (@code-muffin)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/webp-conversion-support/)
 * Is there support for plugins that convert existing images (JPG/PNG) to WebP? 
   If so, do you have any recommendations?
 * PS. Thank you for continuing the great work done on the Fly plugin 🤗

Viewing 1 replies (of 1 total)

 *  Plugin Author [kubiq](https://wordpress.org/support/users/kubiq/)
 * (@kubiq)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/webp-conversion-support/#post-18079289)
 * There is a hook available for anyone to do anything with the image after conversion:
 * `do_action( 'bis_image_created', $attachment_id, $bis_file_path );`
 * Currently my another plugin [https://wordpress.org/plugins/images-to-webp/](https://wordpress.org/plugins/images-to-webp/)
   is using this hook to automatically create webp versions,
 * but any developer can use this to create compatibility between this plugin and
   any other plugin that offers conversions or compressions or watermarks or anything
   else…
 * If you want me to support some another very popular plugin directly in the core,
   then let me know and I can take a look, or maybe I will just create some snippet
   in FAQ that you can use if you want…

Viewing 1 replies (of 1 total)

The topic ‘WebP Conversion Support?’ is closed to new replies.

 * ![](https://ps.w.org/better-image-sizes/assets/icon-256x256.png?rev=2820398)
 * [Better image sizes](https://wordpress.org/plugins/better-image-sizes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-image-sizes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-image-sizes/)
 * [Active Topics](https://wordpress.org/support/plugin/better-image-sizes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-image-sizes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-image-sizes/reviews/)

## Tags

 * [optimisation](https://wordpress.org/support/topic-tag/optimisation/)
 * [webp](https://wordpress.org/support/topic-tag/webp/)

 * 1 reply
 * 2 participants
 * Last reply from: [kubiq](https://wordpress.org/support/users/kubiq/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/webp-conversion-support/#post-18079289)
 * Status: not resolved