-
-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disabling QM on sub-site removes db.php
for network
#820
Comments
This is an interesting use case. If QM is active on one site on the network and I deactivate it on that site, I would expect the db.php file to be deleted too as it's no longer needed, but it might be active on another site on the network. I don't want to introduce code to check the active status on all sites on the network because that's a mess. I think QM should not delete the |
It's surprising that there aren't separate functions for network de/activations. |
I believe that whether it's network or not is passed in action calls: https://developer.wordpress.org/reference/hooks/activate_plugin/ However, I don't think that helps a ton, because of the following situation: Subsite A has Query Monitor locally activated. Then QM is network activated. Then QM is network deactivated. |
Oh, interesting. I was expecting there'd be |
Originally posted by @MadtownLems in #817 (comment)
The text was updated successfully, but these errors were encountered: