Created
June 3, 2026 08:30
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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