- View by:
 - lightbox
 - list
 
4 Photocopied letters from inmate of Eden Camp (Willi Hoffman) sent to one of his British Guards called George from Germany (east) 1948-1951. Letters written in English to George.
/** * 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 );