Last active
April 22, 2021 07:07
-
-
Save Balakrishnan-flycart/543097d432679ac5db10f58b0011a94d to your computer and use it in GitHub Desktop.
Woo Discount Rules v2 - Change import csv file separator
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
| 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