Question What is installing the WP toolkit plugin?

Martijn_mb

New Pleskian
Server operating system version
AlmaLinux 9.8
Plesk version and microupdate number
Plesk Obsidian v18.0.77
Hi,

We noticed that on one of our servers with Plesk, a lot of sites have the WP toolkit installed as a MU-plugin. Removing it only helps for a moment. It gets automatically re-installed.
We don't want it installed. When uninstalling, it says it will reinstall if certain features are used, but it fails to mention what those features are.
 
If you have Wordpress Toolkit installed and the site is managed through it, that will be installed each time maintenance is done. You can stop it from happening by adding the following in your Panel.ini file:

INI:
[ext-wp-toolkit]
installIntegrationPluginToNewSites = false
rolloutIntegrationPluginToExistingSites = false
integrationPluginApi = false
integrationPluginUiModuleEnabled = false
integrationPluginEventModuleEnabled = false

Alternatively you could detach the site from wordpress toolkit or if you don't use it you can always uninstall wordpress toolkit.
 
Back
Top