Home > Docs > Product Import Export Plugin for WooCommerce > Support for WebP images In Product Import Export Plugin for WooCommerce

Support for WebP images In Product Import Export Plugin for WooCommerce

Last updated on September 20, 2023

Product import export for WooCommerce plugin imports and exports all the products with images. The plugin supports all the basic image formats such as: JPEG, JPG and PNG. However, the plugin does not support WebP images by default! To get support for WebP images, refer to the code snippet. Add this code snippet to your site, and then import the CSV containing WebP images. Follow the below-mentioned steps:

  • From the WordPress admin dashboard, navigate to Appearance > Theme File Editor.
  • Under Theme Files, select Theme Functions (functions.php).
  • Paste the code snippet at the end of the functions.php file of your active child theme.

Code Snippet:

Related articles: