Poem - "Help them to defend you" by G.A. Pearson of Pickering - tribute to the army - navy - Royal Air Force & Merchant Navy
Army form N.S. 54 - National Service medical examination grade card - T.E. Wigelsworth - 23/10/1941
23/10/1941
/** * 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 );