Created
February 13, 2020 05:52
-
-
Save webtoffee-git/9156a1360ffdebb5b1ac9089aa1b5a2f to your computer and use it in GitHub Desktop.
Import CSV from multiple URLs using Product Import Export for WooCommerce 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
| function wt_multi_csv_url_import_array(){ | |
| return array( | |
| 'http://example.com/pro/url_test/Sample%20Products.csv', | |
| 'http://example.com/pro/url_test/Product_WooCommerce_Sample_CSV.csv' | |
| ); | |
| } | |
| add_filter('hf_multi_csv_url_import_array','wt_multi_csv_url_import_array'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
doesnt work