Get upload dir for different site in network
-
wp_upload_dir() returns upload dir for current site.
Is there anyway I can pass in a site ID and get the upload dir for *that* site using another function or combination? (in my case I need the main site)
I can do
get_site_url(1).'/uploads/sites/1'
, but wondering if there’s a safer way.
- The topic ‘Get upload dir for different site in network’ is closed to new replies.