/** * 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 );
#ForgottenFriday – Morale Boost!

#ForgottenFriday – Morale Boost!

For today’s #ForgottenFriday, with it being #National Smile Day, we thought we would explore the ways the British public boosted morale during the hardship of WW2. Britain re-created the First World War ‘Ministry of Information’ for the duration of the Second World...