Skip to content

Instantly share code, notes, and snippets.

@Shelob9
Last active September 4, 2017 22:02
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/fe26c6b722d6151c04f3b2f1fcbf7e8a to your computer and use it in GitHub Desktop.
Save Shelob9/fe26c6b722d6151c04f3b2f1fcbf7e8a to your computer and use it in GitHub Desktop.
Code examples for caldera_forms_csv_localize_time filter in Caldera Forms. See: https://calderaforms.com/doc/caldera_forms_csv_localize_time/
<?php
/**
Set Caldera Forms to use local time instead of timestamp in CSV export
*/
add_filter( 'caldera_forms_csv_localize_time', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment