Colour photograph - L. Wainwright on damaged Iraqi tank Saudi Arabia/Kuwait border - (copy in hut 13)
Special newspaper supplement - Mail on Sunday 16/06/2001 - "Discovery of the wreck of the German battleship Bismarck"
/** * 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 );