Tagged Questions
0
votes
1answer
35 views
Can plugin2 uninstall plugin1 at the very beginning of plugin2's installation?
As per the title. I have a new version of a plugin. It installs fine on a clean WordPress. When a user tries to install it when they have a previous version installed, the plugin does not function. ...
2
votes
3answers
265 views
Does plugin uninstall always put Wordpress back into original state?
What is a plugin lifetime within a deployed instance of Wordpress?
Namely:
do the plugins modify existing files or do they only use defined extension points within wordpress?
are plugins allowed to ...