Viewing 1 replies (of 1 total)
  • Hi,

    You can do it via flamingo_csv_value_separator filter. In your theme’s functions.php:

    add_filter('flamingo_csv_value_separator', function () { return ';'; }, 10, 0);
    
Viewing 1 replies (of 1 total)
  • The topic ‘change csv delimiter’ is closed to new replies.