wpcrm_system_custom_field_separator

The wpcrm_system_custom_field_separator filter is used when creating records that are importing custom repeater fields. The filter defines what character is used to separate incoming values.

By default, the filter returns the pipe character (|), but your application may require other characters like a comma (,), semicolon (;), or perhaps something else entirely.