Question
How to stop WP-Toolkit from adding the "Must-Use" WP Toolkit plugin?
Answer
- Access Terminal for your server as the
rootuser via SSH or by accessing your WHM interface and navigating to WHM / Server Configuration / Terminal in WHM. -
Create the config.ini
# cp -v /usr/local/cpanel/3rdparty/wp-toolkit/var/etc/config.ini.sample /usr/local/cpanel/3rdparty/wp-toolkit/var/etc/config.ini
-
Use your favorite editor, and add or modify the following two lines to the new config.ini file.
CONFIG_TEXT: rolloutIntegrationPluginToExistingSites = false
installIntegrationPluginToNewSites = false
Additional Resources
How to Remove WP Toolkit plugin from WordPress Must-Use Plugins
Comments
0 comments
Article is closed for comments.