- View by:
- lightbox
- list
Photographs (8) - British P.O.W.s at Stalag XXIB (Schubin) & Stalag 21D (Posen) - Poland -1941
1/01/1941
Brief account of 11 year old Polish boy's journey as a refugee from Poland to Liverpool. November 1940 aboard SS Avoceta
/** * 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 );