/** * 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 );

Forgotten Friday – The Underground

Forgotten Friday – The Underground   In this week’s #ForgottenFriday we are delving underground to find out about the secrets of London during the Second World War. During both the First World War and Second World War, the London Underground provided needed...