Skip to content

Instantly share code, notes, and snippets.

@webtoffee-git
Created June 3, 2026 08:30
Show Gist options
  • Select an option

  • Save webtoffee-git/aa596d5d5c974694cad643f0cc880626 to your computer and use it in GitHub Desktop.

Select an option

Save webtoffee-git/aa596d5d5c974694cad643f0cc880626 to your computer and use it in GitHub Desktop.
Code snippet for importing comma separated images as pipe separated - By WebToffee
<?php //Do not copy this line of code
add_filter('wt_woocommerce_product_import_image_separator',function(){ return ',';});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment