Plugin: Export View to CSV
Filter Name: frm_export_view_query_args
KB Link:
Declaration:
apply_filters( 'frm_export_view_query_args', $query_args_for_link, $view_id );
Filter Type:
Static
In class:
FrmExportViewLink
Source:
formidable-export-view/models/FrmExportViewLink.php
Notes:
Use this hook to remove or change parameters that are added to the Export to CSV link. This hook can be used to protect parameter names and values.
Contribute Comments or Examples
No Entries Found