Plugin: Export View to CSV
Filter Name: frm_export_view_csv_filename
KB Link:
Declaration:
apply_filters( 'frm_export_view_csv_filename', gmdate( 'Y-m-d-H-i-s', time() ) . '-' . $filename, $view );
Filter Type:
Static
In class:
FrmExportViewCSVController
Source:
formidable-export-view/controllers/FrmExportViewCSVController.php
Notes:
Use this hook to save a file online instead of downloading the file when an export View link is clicked. The file will be saved with the name you set in the hook. This filename will also be used when CSV exports are saved to the server automatically.
Contribute Comments or Examples
No Entries Found