image_hopper_editor_file_path( $file_path, $url )
This filter allows you to adjust the reference URL for an image when updating an existing image that has been edited. It is most useful when you change the Gravity Forms upload directory using the gform_upload_path filter.
Parameters:
$file_path {string}– The path of the image stored on the server.$url {string}– The original URL of the image stored on the server.
Examples
Usage
The standard place to include the snippet is in your active theme’s functions.php file.