Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created September 6, 2017 19:53
<?php
/**
* Set Caldera Forms to use TSV instead of CSV for entry export
*/
add_filter( 'caldera_forms_csv_file_type', function( ){
return 'tsv';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment