/** * 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 );
Remembering D-Day: 80 years on

Remembering D-Day: 80 years on

June 6 2024: 80th Anniversary of D-Day Read a first hand account of the trepidation surrounding the turning point of WW2. On June 6th, 1944, the Allies attacked German forces on the coast of Normandy, with over 156,000 Allied forces landing on five beaches along a...