Fix cpta_get_file_url function
-
Hi, in your functions.php file you must fix the
cpta_get_file_url
function. You are sending a bad URL.Please change line 14 from this:
return $upload_dir['baseurl'].$file_path;
to this:
return $file_path;
Kind regards.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fix cpta_get_file_url function’ is closed to new replies.