Plugin: Formidable Lite
Filter Name: frm_unique_field_key_separator
KB Link:
Declaration:
add_filter( 'frm_unique_field_key_separator', 'use_custom_field_key_separator' );
Filter Type:
Static
In class:
FrmAppHelper
Source:
formidable/classes/helpers/FrmAppHelper.php
Notes:
This hook can be used to generate unique field keys by allowing custom field key separators.
This filter is a realization the dynamic 'frm_unique_' . $column . '_separator' hook.
Contribute Comments or Examples
No Entries Found