I’m re-opening this topic because it’s kind of kind of ridiculus how we have to lookup a plugin that’s not installed. Please fix this!!
I agree that the current workaround is not very useful. It should be possible to list all sites (not all plugins on sites) that don’t have a plugin active.
If you have the Code Snippets extension, this snippets would be another workaround (with Wordfence as an example):
$plugin_array = get_option("active_plugins");
if (!in_array("wordfence/wordfence.php", $plugin_array)) {
echo "Wordfence is not active on this website";
}
Thanks Jos!
I’ll use the code snippet for now
Thanks for bringing this to our attention.
In the next version of the Dashboard, we will be adding a new Per Site view to the Manage Plugins and Manage Themes page.
So after performing a Negative Search, you will be able to see all sites that do not have that particular plugin or theme installed, and you will able to expand those sites to see which plugins are installed and perform additional actions.
@josklever @rhoekman the update should be available in Friday’s beta release (https://beta.mainwp.com/ ) as long as everything goes as planned.
Thanks Bojan and Dennis! That’s awesome, really looking forward to this update!
Cheers!
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.