WordPress / health-check

Health Check is a WordPress plugin that will perform a number of checks on your WordPress install to detect common configuration errors and known issues.
GNU General Public License v2.0
174 stars 51 forks source link

[Feature] Check For Redundant Plugins #471

Open mrfoxtalbot opened 5 months ago

mrfoxtalbot commented 5 months ago

Inexperienced users often make the mistake of installing similar plugins whose feature overlap and even conflict.

Some examples are:

One way to prevent this would be to allow plugin authors to include a list of known incompatible plugins in their readme.txt file.

Site Health could pull that list from each active plugin on the site, compare it with the list plugins and show notices to let them users know that they probably do NOT want to have two SEO or caching plugins active at once.

mrfoxtalbot commented 5 months ago

To prevent abuse, we could require BOTH incompatible plugins to list each other in their readme.txt in order for Site Health to show this incompatibility.