• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

How to set a plugin as ignored ?

Lucien

New Pleskian
Server operating system version
Centos 7.9
Plesk version and microupdate number
18.0.47
Hi,

Is it possible to set a plugin as ignored for wordpress toolkit ?

Situation : We have a few websites with a dead plugin that we patched manually for a public exploit (no official update will never be released)

Thank you for help !
 
Hi,

Is it possible to set a plugin as ignored for wordpress toolkit ?

Situation : We have a few websites with a dead plugin that we patched manually for a public exploit (no official update will never be released)

Thank you for
help !
Hullo, I’ve been making templates and code for use in other projects but have always avoided the plugin system since I could never get it working. Time to get it working methinks! So I’ve tried to add the “Blank Plugin” to my project along with my own plugin based on the UObjectPlugin. They are being added to the Visual Studio solution but when it comes time to compile they are ignored. What troubleshooting steps should I take? Also is there any tool for adding classes to plugins?!
 
Hullo, I’ve been making templates and code for use in other projects but have always avoided the plugin system since I could never get it working. Time to get it working methinks! So I’ve tried to add the “Blank Plugin” to my project along with my own plugin based on the UObjectPlugin. They are being added to the Visual Studio solution but when it comes time to compile they are ignored. What troubleshooting steps should I take? Also is there any tool for adding classes to plugins?!
This is totally unrelated to my question/request.
 
Hi,

Is it possible to set a plugin as ignored for wordpress toolkit ?

Situation : We have a few websites with a dead plugin that we patched manually for a public exploit (no official update will never be released)

Thank you for help !
Hi,
You can add the plugin' slug into block list (WordPress Toolkit -> Settings (the button on the right side of the page title) -> field "Plugin blocklist").
Plugins with slugs listed in the block list cannot be installed thru WPT, when WPT discovers that such plugin is installed on WordPress site, the WPT will deactivate it.
 
Hi,
You can add the plugin' slug into block list (WordPress Toolkit -> Settings (the button on the right side of the page title) -> field "Plugin blocklist").
Plugins with slugs listed in the block list cannot be installed thru WPT, when WPT discovers that such plugin is installed on WordPress site, the WPT will deactivate it.
I don't want WPT to disable it , I just want him to ignore the version / exploit

(because I manually fixed it and no official patch will never be released)
 
I don't want WPT to disable it , I just want him to ignore the version / exploit

(because I manually fixed it and no official patch will never be released)
Could you please clarify what you mean under "ignore the version / exploit"?
Do not allow to install this plugin on new WordPress sites, and also do not allow to remove and install plugin again on the same WordPress site? Since it would be installed from the wordpress.org, and that version doesn't have your custom patch.
 
Could you please clarify what you mean under "ignore the version / exploit"?
Do not allow to install this plugin on new WordPress sites, and also do not allow to remove and install plugin again on the same WordPress site? Since it would be installed from the wordpress.org, and that version doesn't have your custom patch.

I don't want WPT to warn me everyday about the fact a plugin that IS used on some sites is exploited.

I know, I patched it myself, official patch will never exists.

I don't want want to uninstall those, I just want WPT to ignore them (accept they're now "safe")
 
@Lucien, my WP knowledge is limited, but would it not be possible to manually change the version of the plugin? You've already patched it manually.

My thinking is that WPT uses the version numbering of Plugins to see if they mach any known exploited or vulnerabilities for that version. The version of your particular plugin seems to be listed. So if you could change the version number of the plugin, WTP presumably stops sending you notifications. Not sure if this is possible, it's just a thought.
 
If a patch exists, let's say in version 1.12 of a plugin I could manually change version to 1.12.

I'm talking about plugins without any patched version.
 
I don't want WPT to warn me everyday about the fact a plugin that IS used on some sites is exploited.

I know, I patched it myself, official patch will never exists.

I don't want want to uninstall those, I just want WPT to ignore them (accept they're now "safe")
Afaik WPT should not sent notifications about the same vulnerability twice. But the site still be marked as vulnerable.

As a workaround you can change the plugin slug:
1. Deactivate plugin in WPT
2. Open file manager
3. Go to WordPress Site directory, open "wp-content/plugins" folder
4. Rename plugin folder, e.g. if the original name is "akismet", then change the folder name to "akismet-patched"
5. Open "akismet-patched" directory, rename "akismet.php" to "akismet-patched.php"
6. Open WPT, press "Refresh" button on the WordPress card
7. Activate plugin
 
Back
Top