/** * Filters the delimiter used in CSV exports of form entries. * * @link https://wpforms.com/developers/change-csv-export-delimiter/ */ function wpf_dev_pro_admin_entries_export_configuration( $configuration ) { $configuration[ 'csv_export_separator' ] = ';'; return $configuration; } add_filter( 'wpforms_pro_admin_entries_export_configuration', 'wpf_dev_pro_admin_entries_export_configuration', 10, 1 );

Join the Eden Camp Newsletter

Get all the latest news and be the first to hear about upcoming events at Eden Camp.

Sign up to the Eden Camp Newsletter...

If you would like to stay up to date with the latest news and Events taking place at Eden Camp please complete your details below to sign up to our newsletter.

Ready to Hit the Road

For More information please send us an email to admin@edencamp.co.uk or call 01653 919646