I have a WordPress site and I created the multisite network by following the below URL
And I am trying to upload files from frontend uploader form. The image is being uploaded to the correct path but the function wp_get_attachment_url($attachment_id)
is returning me wrong URL like bellow where site id is being included twice in the URL.
.jpg
It should be
.jpg
Can anyone help me with this?
Thanks in advance.