Hi,
I try to set this code in my function.php template file but it doesn't work
<?php
add_filter("gform_upload_path", "change_upload_path", 20, 2);
function change_upload_path($path_info, $form_id){
$path_info["path"] = "/new/path/";
$path_info["url"] = "http://new_url.com/images/";
return $path_info;
}
?>
When I set the path and the url I have a blank page on my website.
How can I resolve this problem?
Thank you for your support
URL of my site: http://www.miogadget.it/upload/