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

Adding some know plugins #13

Merged
merged 3 commits into from
Apr 27, 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
63 changes: 60 additions & 3 deletions known-plugins/known-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"complianz": {
"name": "Complianz GDPR",
"option_prefixes": ["cmplz_"]
"option_prefixes": ["cmplz_", "complianz_"]
},
"duplicate-post": {
"name": "Yoast Duplicate Post",
Expand Down Expand Up @@ -53,14 +53,71 @@
},
"woocommerce": {
"name": "WooCommerce",
"option_prefixes": ["wc_", "_transient__woocommerce_"]
"option_prefixes": ["wc_", "_transient__woocommerce_", "woocommerce_"]
},
"wordpress": {
"name": "WordPress",
"option_prefixes": ["_site_transient_update_core", "_site_transient_timeout_theme_roots", "_site_transient_timeout_available_translations"]
},
"wpml": {
"name": "WPML",
"option_prefixes": ["_wpml_"]
"option_prefixes": ["_wpml_", "wpml_", "otgs-", "otgs_", "_icl_"]
},
"wpvivid-backuprestore": {
"name": "WPvivid Backup Plugin",
"option_prefixes": ["wpvivid_"]
},
"revslider": {
"revslider": "Slider Revolution",
"option_prefixes": ["revslider-"]
},
"wp-rocket": {
"name": "WP Rocket",
"option_prefixes": ["wp_rocket_"]
},
"cookiebot": {
"name": "Cookie banner plugin for WordPress – Cookiebot CMP by Usercentrics",
"option_prefixes": ["cookiebot_", "cookiebot-"]
},
"litespeed-cache": {
"name": "LiteSpeed Cache",
"option_prefixes": ["litespeed-", "_litespeed_"]
},
"fluentform": {
"name": "Fluent Forms",
"option_prefixes": ["_fluentform_", "fluentform_"]
},
"seo-by-rank-math": {
"name": "Rank Math SEO with AI Best SEO Tools",
"option_prefixes": ["rank_math_"]
},
"all-in-one-seo-pack": {
"name": "AIOSEO – The Best WordPress SEO Plugin & Toolkit",
"option_prefixes": ["aioseo_","widget_aioseo"]
},
"generateblocks": {
"name": "GenerateBlocks",
"option_prefixes": ["generateblocks_"]
},
"perfmatters": {
"name": "Perfmatters",
"option_prefixes": ["perfmatters_"]
},
"bunnycdn": {
"name": "bunny.net – WordPress CDN Plugin",
"option_prefixes": ["bunny"]
},
"gravityforms": {
"name": "Gravity Forms",
"option_prefixes": ["gforms_"]
},
"js_composer": {
"name": "Visual Composer Website Builder, Landing Page Builder, Custom Theme Builder, Maintenance Mode & Coming Soon Pages",
"option_prefixes": ["vcv-"]
},
"porto-functionality": {
"name": "Porto Theme - Functionality",
"option_prefixes": ["porto_"]
}

}
Loading