Hello,
I added this to the end of the eea-file.php
and still getting 500 error on my site.
add_filter(‘ssa_change_file_upload_path’,’change_upload_directory’,10,1);
function change_upload_directory($path)
{
$url = ‘https://sample.com/images’;
return $url;
}