Newsletter - "Pagoda" August 2001 - Tyneside & District branch of the Burma Star Association
1/08/2001
Photographs (9) - various personnel RHQ Troop - HQ Squadron - 3rd King's Own Hussars - Palestine 1947-1948
/** * 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 );