Plugin: Export View to CSV
Filter Name: frm_export_view_link_expiration
KB Link:
Declaration:
apply_filters( 'frm_export_view_link_expiration', 24 );
Filter Type:
Static
In class:
FrmExportViewCSVController
Source:
formidable-export-view/controllers/FrmExportViewCSVController.php
Notes:
Use this hook to change the number of hours that export to CSV links created for non-logged-in visitors are valid. By default, export to CSV links created for visitors are valid for 24 hours. With this hook, you can extend or reduce this time as you like.
Contribute Comments or Examples
No Entries Found