From 7fb55de6fc55e49f84dcc6621ab2df384ee31cea Mon Sep 17 00:00:00 2001 From: kazet Date: Wed, 21 Feb 2024 12:04:34 +0100 Subject: [PATCH] WP plugin identification (#801) * WP plugin identification * f --- artemis/modules/wordpress_plugins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artemis/modules/wordpress_plugins.py b/artemis/modules/wordpress_plugins.py index ecb261c8d..bc05fe775 100644 --- a/artemis/modules/wordpress_plugins.py +++ b/artemis/modules/wordpress_plugins.py @@ -45,7 +45,6 @@ "userway-accessibility-widget", ] PLUGINS_BAD_VERSION_IN_README = [ - "addon-elements-for-elementor-page-builder", "athemes-starter-sites", "blocks-animation", "button-contact-vr", @@ -57,6 +56,7 @@ "disable-remove-google-fonts", "famethemes-demo-importer", "link-manager", + "live-sales-notifications-for-woocommerce", "page-or-post-clone", "printfriendly", "rafflepress",