Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Created September 6, 2017 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Shelob9/a61f350b3a63edc69d64498a1b089ee0 to your computer and use it in GitHub Desktop.
Save Shelob9/a61f350b3a63edc69d64498a1b089ee0 to your computer and use it in GitHub Desktop.
<?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