Reply To: There has been a critical error on your website.

Reply
Kris Lippi
Customer

You triggered my memory. There is this function in there. I don’t think we need it though.

add_filter(“gform_upload_path”, “change_upload_path”, 1, 2);
function change_upload_path($path_info, $form_id) {
$uploads_array = wp_get_upload_dir();
$uniqueid = uniqid(‘ismh-uploads-‘, true);
$path_info[“path”] = $uploads_array[‘path’] . “/$uniqueid/”;
$path_info[“url”] = $uploads_array[‘url’] . “/$uniqueid/”;
return $path_info;
}

Your Cart
Your cart is currently empty.
Open Cart