• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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