slaFFik
9/29/2017 - 4:16 PM

WPForms: change the export CSV file separator.

WPForms: change the export CSV file separator.

<?php

add_filter( 'wpforms_csv_export_separator', function( $sep ) {
	return ';';
});