Skip to content

Instantly share code, notes, and snippets.

@webtoffee-git
Created February 13, 2020 05:52
Show Gist options
  • Select an option

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

Select an option

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
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');
@trendypeter
Copy link
Copy Markdown

doesnt work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment