Plugin Development: WPMU or WP?
You’ll need to test in both setups, because they behave differently in a lot of situations. Some of the most notable differences are: If you register an activation callback, you need to check if the activation was network-wide. If it was, run the activation logic for all the blogs instead of just the current one. … Read more