- View by:
- lightbox
- list
W.L.A. greatcoat (brown) - with W.L.A. arm band & W.L.A. metal badge - Women's Land Army - 1945
1/01/1945
National registration identity card in brown holder - Charles Dale - HELMSley - 19/05/1943
19/05/1943
/** * 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 );