Plugin: Formidable Lite
Filter Name: frm_sanitize_shortcodes
KB Link:
Declaration:
apply_filters( 'frm_sanitize_shortcodes', true, $atts );
Filter Type:
Static
In class:
FrmFieldsHelper
Source:
formidable/classes/helpers/FrmFieldsHelper.php
Notes:
This hook allows shortcodes in field values to be processed rather than shown on the page.
Added security protections prevents shortcodes inside a field from being processed in user-submitted data. If you would like to opt-out of this protection, you can use this filter.
Contribute Comments or Examples
No Entries Found