Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added more plugins #18

Merged
merged 2 commits into from
Aug 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 58 additions & 14 deletions known-plugins/known-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,31 @@
"name": "Affiliate WP",
"option_prefixes": ["affwp_"]
},
"all-in-one-seo-pack": {
"all-in-one-seo-pack": {
"name": "AIOSEO - The Best WordPress SEO Plugin & Toolkit",
"option_prefixes": ["aioseo_","widget_aioseo"]
},
"breeze": {
"breeze": {
"name": "Breeze - WordPress Cache Plugin",
"option_prefixes": ["breeze_"]
},
"bunnycdn": {
"bunnycdn": {
"name": "bunny.net - WordPress CDN Plugin",
"option_prefixes": ["bunny"]
},
"burst": {
"name": "Burst Statistics",
"option_prefixes": ["burst_"]
},
"chaty": {
"name": "Floating Chat Widget: Contact Chat Icons, WhatsApp, Telegram Chat, Line Messenger, WeChat, Email, SMS, Call Button – Chaty",
"option_prefixes": ["chaty_"]
},
"complianz": {
"name": "Complianz GDPR",
"option_prefixes": ["cmplz_", "complianz_"]
},
"cookiebot": {
"cookiebot": {
"name": "Cookie banner plugin for WordPress – Cookiebot CMP by Usercentrics",
"option_prefixes": ["cookiebot_", "cookiebot-"]
},
Expand All @@ -55,11 +59,11 @@
"name": "Fewer Tags",
"option_prefixes": ["fewer_tags"]
},
"fluentform": {
"fluentform": {
"name": "Fluent Forms",
"option_prefixes": ["_fluentform_", "fluentform_"]
},
"generateblocks": {
"generateblocks": {
"name": "GenerateBlocks",
"option_prefixes": ["generateblocks_"]
},
Expand All @@ -71,18 +75,38 @@
"name": "Gravity Forms",
"option_prefixes": ["gf_","gforms_"]
},
"js_composer": {
"indeed-membership-pro": {
"name": "Indeed Ultimate Membership Pro",
"option_prefixes": ["ihc_"]
},
"jetpack": {
"name": "Jetpack",
"option_prefixes": ["jetpack_"]
},
"js_composer": {
"name": "Visual Composer Website Builder, Landing Page Builder, Custom Theme Builder, Maintenance Mode & Coming Soon Pages",
"option_prefixes": ["vcv-"]
},
"litespeed-cache": {
"litespeed-cache": {
"name": "LiteSpeed Cache",
"option_prefixes": ["litespeed-", "_litespeed_"]
},
"perfmatters": {
"loginizer": {
"name": "Loginizer",
"option_prefixes": ["loginizer_"]
},
"perfmatters": {
"name": "Perfmatters",
"option_prefixes": ["perfmatters_"]
},
"pixel-caffeine": {
"name": "Pixel Caffeine",
"option_prefixes": ["aepc_"]
},
"pojo-accessibility": {
"name": "One Click Accessibility",
"option_prefixes": ["pojo_a11y"]
},
"porto-functionality": {
"name": "Porto Theme - Functionality",
"option_prefixes": ["porto_"]
Expand All @@ -95,17 +119,21 @@
"name": "Redirection",
"option_prefixes": ["redirection_"]
},
"revslider": {
"revslider": {
"name": "Slider Revolution",
"option_prefixes": ["revslider-"]
},
"seo-by-rank-math": {
"seedprod": {
"name": "Seedprod",
"option_prefixes": ["seedprod", "seed_"]
},
"seo-by-rank-math": {
"name": "Rank Math SEO with AI Best SEO Tools",
"option_prefixes": ["rank_math_"]
},
"updraft": {
"name": "Updraft Plus",
"option_prefixes": ["updraft_"]
"option_prefixes": ["updraft_", "updraftplus_"]
},
"yoast": {
"name": "Yoast SEO",
Expand All @@ -115,6 +143,10 @@
"name": "WooCommerce",
"option_prefixes": ["wc_", "_transient__woocommerce_", "woocommerce_"]
},
"wordfence": {
"name": "Wordfence",
"option_prefixes": ["wordfence_"]
},
"wordpress": {
"name": "WordPress",
"option_prefixes": [
Expand Down Expand Up @@ -254,17 +286,29 @@
"WPLANG"
]
},
"worker": {
"worker": {
"name": "ManageWP Worker",
"option_prefixes": ["mwp_", "worker_"]
},
"wpcf7": {
"name": "Contact From 7",
"option_prefixes": ["wpcf7"]
},
"wpforms": {
"name": "WPForms",
"option_prefixes": ["wpforms_"]
},
"wpml": {
"name": "WPML",
"option_prefixes": ["_wpml_", "wpml_", "otgs-", "otgs_", "_icl_"]
},
"wp-optimize": {
"name": "WP Optimize",
"option_prefixes": ["wpo_", "wp-optimize"]
},
"wp-rocket": {
"name": "WP Rocket",
"option_prefixes": ["wp_rocket_"]
"option_prefixes": ["wp_rocket_", "rocket_"]
},
"wpvivid-backuprestore": {
"name": "WPvivid Backup Plugin",
Expand Down
Loading