WordPress/health-check

Multisite testing

Open

#125 opened on Jun 19, 2018

View on GitHub
 (1 comment) (0 reactions) (0 assignees)PHP (60 forks)auto 404
good first issueongoing task

Repository metrics

Stars
 (187 stars)
PR merge metrics
 (PR metrics pending)

Description

Multisite can be a mysterious beast at times, let's dedicate some time to testing Health Check on it, and finding out what behaviors are the best.

Currently, the plugin can be either network enabled, or individually enabled on singular sites, I feel like this is a good balance, as network admins can then provide the tools to everyone no matter what, or they can leave it as an option for users to take advantage of if they need it.

The capabilities we check for allows both network admins, and site admins to access the plugin, no matter how it was activated.

We should make sure testing doesn't adversely affect anything on the network, and what happens in various scenarios (single site admin with access to more than one site, network admin navigating between sites etc).

Contributor guide