• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved Remove Wordpress Toolkit

josie333

Basic Pleskian
CentOS 6.9 (Final)‬
Plesk Onyx
Version 17.5.3 Update #7, last updated on May 29, 2017 02:56 PM

Is it possible to completely remove the Plesk Wordpress Toolkit ?

I have asked many questions regarding this feature and several are still not solved after many weeks, perhaps even months

I would rather not have it at all than have to deal with its ongoing problems
 
in Plesk go to Extension -> My Extensions
Mark Wordpress toolkit
Press the remove button
 
Hi josie333,

pls. keep in mind, that with Plesk you have always the choice to install/remove/update/upgrade components over the command line ( logged in as user "root" over SSH ) as well:

Code:
plesk installer --select-product-id plesk --select-release-current --show-components --show-options

Code:
plesk installer --select-product-id plesk --select-release-current --remove-component COMPONENT-NAME

plesk installer --select-product-id plesk --select-release-current --install-component COMPONENT-NAME


Code:
plesk installer help
 
Back
Top