Plugin: Export View to CSV
Filter Name: frm_export_csv_table_heading
KB Link:
Declaration:
apply_filters( 'frm_export_csv_table_heading', $before_content, $view );
Filter Type:
Static
In class:
FrmExportViewCSVController
Source:
formidable-export-view/controllers/FrmExportViewCSVController.php
Notes:
Use this hook if you want the header row(s) in your CSV export to be different from the ones that people see in the View online. Your function should return a string with HTML markup for a table row (tr tag) with table header cells inside it (th tags). The content inside the th tags will be the content of the header row cells in your CSV export.
Contribute Comments or Examples
No Entries Found