Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Balakrishnan-flycart/543097d432679ac5db10f58b0011a94d to your computer and use it in GitHub Desktop.
Save Balakrishnan-flycart/543097d432679ac5db10f58b0011a94d to your computer and use it in GitHub Desktop.
Woo Discount Rules v2 - Change import csv file separator
add_filter('advanced_woo_discount_rules_csv_separator_fot_import', function($separator){
return ';';
}, 10, 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment