Description
Filter whether or not forward slashes (“/”) are replaced in merge tag values. Defaults to “true” (e.g. forward slashes are replaced).
Usage
add_filter( 'gpfr_replace_merge_tag_forward_slashes', 'my_custom_function' );
Parameters
should_replace_forward_slashes boolean
Whether or not to replace forward slashes with dashes in the field value. (Defaults to “true”.)
form array
The form object currently being processed.
field array
The field object currently being processed.
entry array
The entry object currently being processed.
Since
This filter is available since Gravity Forms File Renamer 1.0.2.