Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个站点网络,订阅者登录到主站点并为其分配的子站点添加帖子。现在的问题是当用户单击添加媒体并选择文件时,它显示上传文件时出错。
任何人都可以知道如何在上传文件之前设置子站点 ID。就像下面一样。
switch_to_blog(2) //其中 2 是分配给登录用户的子站点 ID。可能正在使用任何挂钩,以便上传的文件进入相应子站点的媒体库。