Plugin: Export View to CSV
Filter Name: frm_export_view_risky_characters
KB Link:
Declaration:
apply_filters( 'frm_export_view_risky_characters', array( '=', '+', '@' ) );
Filter Type:
Static
In class:
FrmExportViewCSVHelper
Source:
formidable-export-view/helpers/FrmExportViewCSVHelper.php
Notes:
Use this filter to prevent an apostrophe from being prepended to cells starting with a +, = or @ character to prevent Spreadsheet applications from running formulas.
Contribute Comments or Examples
No Entries Found