Hello happy WordPress community!
I run a little wpms-network and need to allow some sites to access the plugin managment. The best way for me is to do it with a plugin and the $blog_id.
Is is possible to allow plugin-access per site by $blog_id?
Something like this would be perfect:
if($blog_id == 1234) do_allow_upload('function');
Best regards