gform_fileupload_entry_value_file_path

Description

Allows for the filtering of the file path before output.

Usage

The following would apply to all forms.

add_filter( 'gform_fileupload_entry_value_file_path', 'your_function_name', 10, 2 );

Parameters

Placement

This code should be placed in the functions.php file of your active theme.

Source Code

This filter is located in class-gf-field-fileupload.php.