WPDeveloper

Member since
2017-11-16
Location
Employer
Job title
Authored
52 (4 closed)
SVN commit access
36 (1 closed)
Readme contributor
2
Combined install base
2.9M+ across 54 plugins

Alerts (0)

No open alerts.

Show 30 resolved alerts
Critical code_pattern Essential Addons for Elementor – Popular Elementor Templates & Widgets Resolved · no_longer_matches 4mo ago
Slugessential-addons-for-elementor-lite
Patternunserialize_after_remote_call
Kindbuiltin
Version6.6.2
Hit count1
First hit
File
includes/Classes/WPDeveloper_Plugin_Installer.php
Line
76
Snippet
L57: $response = wp_remote_post( → L76: return unserialize(wp_remote_retrieve_body($response));
Explanationa remote HTTP fetch (`wp_remote_*`/`curl_exec`) is followed by `unserialize`/`maybe_unserialize` within the same file — classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. Legit plugins essentially never do this.
View raw JSON
{
    "slug": "essential-addons-for-elementor-lite",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "6.6.2",
    "hit_count": 1,
    "first_hit": {
        "file": "includes/Classes/WPDeveloper_Plugin_Installer.php",
        "line": 76,
        "snippet": "L57: $response = wp_remote_post(  \u2192  L76: return unserialize(wp_remote_retrieve_body($response));"
    },
    "explanation": "a remote HTTP fetch (`wp_remote_*`/`curl_exec`) is followed by `unserialize`/`maybe_unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. Legit plugins essentially never do this."
}
Critical code_scan_delta Essential Addons for Elementor – Popular Elementor Templates & Widgets Resolved · fp_wporg_official_api 4mo ago
Slugessential-addons-for-elementor-lite
Previous version6.6.2
Current version6.6.2
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinincludes/Classes/WPDeveloper_Plugin_Installer.php76L57: $response = wp_remote_post( → L76: return unserialize(wp_remote_retrieve_body($response));high
New finding count1
View raw JSON
{
    "slug": "essential-addons-for-elementor-lite",
    "previous_version": "6.6.2",
    "current_version": "6.6.2",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "includes/Classes/WPDeveloper_Plugin_Installer.php",
            "line": 76,
            "snippet": "L57: $response = wp_remote_post(  \u2192  L76: return unserialize(wp_remote_retrieve_body($response));",
            "confidence": "high"
        }
    ],
    "new_finding_count": 1
}
High code_scan_match Essential Addons for Elementor – Popular Elementor Templates & Widgets Resolved · code_scan_fp_class_vendor_cdn_enqueue 4mo ago
Slugessential-addons-for-elementor-lite
Finding count2
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/Elements/Login_Register.php6,182wp_register_script('eael-recaptcha-v3', "https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args1}", false, EAEL_PLUGIN_VERSION, false);medium
Url
https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args1}
Url host
www.recaptcha.net
remote_enqueuebuiltinincludes/Traits/Enqueue.php48wp_register_script('eael-recaptcha', "https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args}", false, EAEL_PLUGIN_VERSION, false);medium
Url
https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args}
Url host
www.recaptcha.net
Resolved sha0c014dc1fa52f91db5cd9e472c5a7d140a7d9ae9
View raw JSON
{
    "slug": "essential-addons-for-elementor-lite",
    "finding_count": 2,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Elements/Login_Register.php",
            "line": 6182,
            "snippet": "wp_register_script('eael-recaptcha-v3', \"https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args1}\", false, EAEL_PLUGIN_VERSION, false);",
            "confidence": "medium",
            "details": {
                "url": "https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args1}",
                "url_host": "www.recaptcha.net"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Traits/Enqueue.php",
            "line": 48,
            "snippet": "wp_register_script('eael-recaptcha', \"https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args}\", false, EAEL_PLUGIN_VERSION, false);",
            "confidence": "medium",
            "details": {
                "url": "https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args}",
                "url_host": "www.recaptcha.net"
            }
        }
    ],
    "resolved_sha": "0c014dc1fa52f91db5cd9e472c5a7d140a7d9ae9"
}
High domain_younger_than_plugin EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents Resolved · no_longer_matches 4mo ago
Slugembedpress
Domainzoobbe.com
Domain sourcec2_http_call
Domain registered at2024-06-14
Plugin earliest commit2016-07-29 23:26:58
Plugin latest release2026-04-20 11:44:43
Gap days2,876
Domain age at release675
Active installs100,000
View raw JSON
{
    "slug": "embedpress",
    "domain": "zoobbe.com",
    "domain_source": "c2_http_call",
    "domain_registered_at": "2024-06-14",
    "plugin_earliest_commit": "2016-07-29 23:26:58",
    "plugin_latest_release": "2026-04-20 11:44:43",
    "gap_days": 2876,
    "domain_age_at_release": 675,
    "active_installs": 100000
}
Medium code_scan_delta BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot Resolved · code_scan_fp_class_genre_encoding 23d ago
Slugbetterdocs
Previous version4.9.0
Current version4.9.0
New findings
PatternKindFileLineSnippetConfidence
base64_decodebuiltinincludes/Core/SecretAtRest.php116$decoded = base64_decode( substr( $value, strlen( self::PREFIX ) ), true );medium
New finding count1
View raw JSON
{
    "slug": "betterdocs",
    "previous_version": "4.9.0",
    "current_version": "4.9.0",
    "new_findings": [
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "includes/Core/SecretAtRest.php",
            "line": 116,
            "snippet": "$decoded = base64_decode( substr( $value, strlen( self::PREFIX ) ), true );",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 1
}
Medium release_after_dormancy Table Of Contents Block Resolved · no_longer_matches 25d ago
Slugtable-of-contents-block
Previous version1.4.1
Current version1.5.0
Dormancy days738
Active installs10,000
View raw JSON
{
    "slug": "table-of-contents-block",
    "previous_version": "1.4.1",
    "current_version": "1.5.0",
    "dormancy_days": 738,
    "active_installs": 10000
}
Medium code_scan_match BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot Resolved · backtick_in_sql_or_comment_or_string_fp 4mo ago
Slugbetterdocs
Finding count8
Findings
PatternKindFileLineSnippetConfidence
base64_decodebuiltinincludes/Dependencies/SuperClosure/Serializer.php93$signature = base64_decode(substr($serialized, 1, 44));medium
eval_callbuiltinincludes/Dependencies/SuperClosure/SerializableClosure.php207@eval("\${$__recursive_reference} = {$__data['code']};");medium
eval_callbuiltinincludes/Dependencies/SuperClosure/SerializableClosure.php210@eval("\$__closure = {$__data['code']};");medium
eval_callbuiltinincludes/Dependencies/PhpParser/PrettyPrinter/Standard.php481return 'eval(' . $this->p($node->expr) . ')';medium
backtick_execbuiltinincludes/Core/WriteWithAI.php339const isPostContent = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_content( $_GET[ 'post' ] ) ) : ''; // phpcs:ignore ?>`;medium
backtick_execbuiltinincludes/Core/WriteWithAI.php413let title = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_title( $_GET[ 'post' ] ) ) : ''; // phpcs:ignore ?>`;medium
backtick_execbuiltinincludes/Core/WriteWithAI.php418const promtTitle = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_title( $_GET[ 'post' ] ) ) : '{Documentation Title}'; // phpcs:ignore ?>`;medium
backtick_execbuiltinincludes/Core/WriteWithAI.php444const isPostContent = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_content( $_GET[ 'post' ] ) ) : ''; // phpcs:ignore ?>`;medium
Resolved shab0613aedc2a6e88ca536b899b73d150f88af4811
View raw JSON
{
    "slug": "betterdocs",
    "finding_count": 8,
    "findings": [
        {
            "pattern": "base64_decode",
            "kind": "builtin",
            "file": "includes/Dependencies/SuperClosure/Serializer.php",
            "line": 93,
            "snippet": "$signature = base64_decode(substr($serialized, 1, 44));",
            "confidence": "medium"
        },
        {
            "pattern": "eval_call",
            "kind": "builtin",
            "file": "includes/Dependencies/SuperClosure/SerializableClosure.php",
            "line": 207,
            "snippet": "@eval(\"\\${$__recursive_reference} = {$__data['code']};\");",
            "confidence": "medium"
        },
        {
            "pattern": "eval_call",
            "kind": "builtin",
            "file": "includes/Dependencies/SuperClosure/SerializableClosure.php",
            "line": 210,
            "snippet": "@eval(\"\\$__closure = {$__data['code']};\");",
            "confidence": "medium"
        },
        {
            "pattern": "eval_call",
            "kind": "builtin",
            "file": "includes/Dependencies/PhpParser/PrettyPrinter/Standard.php",
            "line": 481,
            "snippet": "return 'eval(' . $this->p($node->expr) . ')';",
            "confidence": "medium"
        },
        {
            "pattern": "backtick_exec",
            "kind": "builtin",
            "file": "includes/Core/WriteWithAI.php",
            "line": 339,
            "snippet": "const isPostContent = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_content( $_GET[ 'post' ] ) ) : ''; // phpcs:ignore                   ?>`;",
            "confidence": "medium"
        },
        {
            "pattern": "backtick_exec",
            "kind": "builtin",
            "file": "includes/Core/WriteWithAI.php",
            "line": 413,
            "snippet": "let title = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_title( $_GET[ 'post' ] ) ) : ''; // phpcs:ignore                   ?>`;",
            "confidence": "medium"
        },
        {
            "pattern": "backtick_exec",
            "kind": "builtin",
            "file": "includes/Core/WriteWithAI.php",
            "line": 418,
            "snippet": "const promtTitle = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_title( $_GET[ 'post' ] ) ) : '{Documentation Title}'; // phpcs:ignore                   ?>`;",
            "confidence": "medium"
        },
        {
            "pattern": "backtick_exec",
            "kind": "builtin",
            "file": "includes/Core/WriteWithAI.php",
            "line": 444,
            "snippet": "const isPostContent = `<?php echo isset( $_GET[ 'post' ] ) ? esc_html( get_the_content( $_GET[ 'post' ] ) ) : ''; // phpcs:ignore                   ?>`;",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "b0613aedc2a6e88ca536b899b73d150f88af4811"
}
Medium bulk_committer_takeover Essential Addons for Elementor – Popular Elementor Templates & Widgets Resolved · superseded 5mo ago
Committerwpdevteam
Member since2017-11-16
Plugins joined5
Spread days175
Earliest join2021-03-23 06:43:31
Latest join2021-09-14 08:44:13
Combined installs3,700,000
Sample plugins
SlugActive installsFirst commit at
essential-addons-for-elementor-lite2,000,0002021-09-14 08:44:13
disable-comments1,000,0002021-04-06 07:53:13
templately400,0002021-04-20 05:39:07
essential-blocks200,0002021-06-30 11:05:06
embedpress100,0002021-03-23 06:43:31
View raw JSON
{
    "committer": "wpdevteam",
    "member_since": "2017-11-16",
    "plugins_joined": 5,
    "spread_days": 175,
    "earliest_join": "2021-03-23 06:43:31",
    "latest_join": "2021-09-14 08:44:13",
    "combined_installs": 3700000,
    "sample_plugins": [
        {
            "slug": "essential-addons-for-elementor-lite",
            "active_installs": 2000000,
            "first_commit_at": "2021-09-14 08:44:13"
        },
        {
            "slug": "disable-comments",
            "active_installs": 1000000,
            "first_commit_at": "2021-04-06 07:53:13"
        },
        {
            "slug": "templately",
            "active_installs": 400000,
            "first_commit_at": "2021-04-20 05:39:07"
        },
        {
            "slug": "essential-blocks",
            "active_installs": 200000,
            "first_commit_at": "2021-06-30 11:05:06"
        },
        {
            "slug": "embedpress",
            "active_installs": 100000,
            "first_commit_at": "2021-03-23 06:43:31"
        }
    ]
}
Low contributor_added Social Share Block Resolved · no_longer_matches 20d ago
Slugsocial-share-block
New contributorsrahatsheikhleon
Active installs70
View raw JSON
{
    "slug": "social-share-block",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 70
}
Low contributor_added Accordion Toggle Resolved · no_longer_matches 20d ago
Slugaccordion-toggle
New contributorsrahatsheikhleon
Active installs2,000
View raw JSON
{
    "slug": "accordion-toggle",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 2000
}
Low contributor_added Interactive Promo Resolved · no_longer_matches 20d ago
Sluginteractive-promo
New contributorsrahatsheikhleon
Active installs50
View raw JSON
{
    "slug": "interactive-promo",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 50
}
Low contributor_added Advanced Heading Resolved · no_longer_matches 25d ago
Slugadvanced-heading
New contributorsrahatsheikhleon
Active installs200
View raw JSON
{
    "slug": "advanced-heading",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 200
}
Low contributor_added Toggle Content Resolved · no_longer_matches 25d ago
Slugtoggle-content
New contributorsrahatsheikhleon
Active installs700
View raw JSON
{
    "slug": "toggle-content",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 700
}
Low contributor_added Typing Text Resolved · no_longer_matches 25d ago
Slugtyping-text
New contributorsrahatsheikhleon
Active installs500
View raw JSON
{
    "slug": "typing-text",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 500
}
Low contributor_added Price Table Block Resolved · no_longer_matches 25d ago
Slugprice-table-block
New contributorsrahatsheikhleon
Active installs800
View raw JSON
{
    "slug": "price-table-block",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 800
}
Low contributor_added Flipbox Resolved · no_longer_matches 25d ago
Slugflipbox
New contributorsrahatsheikhleon
Active installs2,000
View raw JSON
{
    "slug": "flipbox",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 2000
}
Low contributor_added Image Slider Block Resolved · no_longer_matches 25d ago
Slugslider-block
New contributorsrahatsheikhleon
Active installs3,000
View raw JSON
{
    "slug": "slider-block",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 3000
}
Low contributor_added Button Group Resolved · no_longer_matches 25d ago
Slugbutton-group
New contributorsrahatsheikhleon
Active installs100
View raw JSON
{
    "slug": "button-group",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 100
}
Low contributor_added Number Counter Resolved · no_longer_matches 25d ago
Slugnumber-counter
New contributorsrahatsheikhleon
Active installs200
View raw JSON
{
    "slug": "number-counter",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 200
}
Low contributor_added Image Comparison Resolved · no_longer_matches 25d ago
Slugimage-comparison
New contributorsrahatsheikhleon
Active installs300
View raw JSON
{
    "slug": "image-comparison",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 300
}
Low contributor_added Progress Bars Resolved · no_longer_matches 25d ago
Slugprogress-bars
New contributorsrahatsheikhleon
Active installs500
View raw JSON
{
    "slug": "progress-bars",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 500
}
Low contributor_added Infobox Resolved · no_longer_matches 25d ago
Sluginfobox
New contributorsrahatsheikhleon
Active installs1,000
View raw JSON
{
    "slug": "infobox",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 1000
}
Low contributor_added Image Gallery Block Resolved · no_longer_matches 25d ago
Slugimage-gallery-block
New contributorsrahatsheikhleon
Active installs3,000
View raw JSON
{
    "slug": "image-gallery-block",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 3000
}
Low contributor_added Countdown Block Resolved · no_longer_matches 25d ago
Slugcountdown-block
New contributorsrahatsheikhleon
Active installs4,000
View raw JSON
{
    "slug": "countdown-block",
    "new_contributors": [
        "rahatsheikhleon"
    ],
    "active_installs": 4000
}

Plugins authored (52)

Plugin Version Installs Last updated Status
Essential Addons for Elementor – Popular Elementor Templates & Widgets ·essential-addons-for-elementor-lite 6.8.4 1M+ 5d ago Active
Disable Comments – Remove Comments & Stop Spam [Multi-Site Support] ·disable-comments 2.9.0 1M+ 19d ago Active
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! ·templately 3.7.5 300k+ 26d ago Active
Gutenberg Essential Blocks – Page Builder for Gutenberg Blocks & Patterns ·essential-blocks 6.4.4 200k+ 20h ago Active
Simple 301 Redirects By BetterLinks – Easy WordPress Redirect Manager for Redirects, 404 Error Log & More ·simple-301-redirects 2.1.0 100k+ 4mo ago Active
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents ·embedpress 4.6.6 100k+ 5d ago Active
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar ·notificationx 3.3.1 30k+ 6d ago Active
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot ·betterdocs 4.9.2 30k+ 5d ago Active
BetterLinks – Link Shortener, Link Cloaking, Redirects, Affiliate Link Manager & MCP ·betterlinks 3.1.3 20k+ 10d ago Active
Disable Feeds ·disable-feeds 1.4.4 20k+ 8y ago Active
SchedulePress – Auto Post & Publish, Auto Social Share, Schedule Posts with Editorial Calendar & Missed Schedule Post Publisher ·wp-scheduled-posts 5.3.4 10k+ 5d ago Active
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO ·thinkrank 2.7.0 10k+ 3d ago Active
Table Of Contents Block ·table-of-contents-block 1.5.1 10k+ 11d ago Active
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN ·xspeed 1.3.4 6k+ 21h ago Active
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More ·better-payment 2.3.4 5k+ 7d ago Active
Countdown Block ·countdown-block 1.5.0 4k+ 1mo ago Active
Image Gallery Block ·image-gallery-block 1.4.0 4k+ 1mo ago Active
easy.jobs – AI powered Job Listing, Job Board, Career Page, Recruitment & Hiring Solution ·easyjobs 2.8.1 4k+ 19d ago Active
Image Slider Block ·slider-block 1.4.0 3k+ 1mo ago Active
Flipbox ·flipbox 1.4.0 2k+ 1mo ago Active
Accordion Toggle ·accordion-toggle 1.3.0 2k+ 21d ago Active
Infobox ·infobox 1.3.0 1k+ 1mo ago Active
Team Member Block ·team-member-block 1.3.0 1k+ 1mo ago Active
Parallax Slider Block ·parallax-slider-block 1.2.7 900 2y ago Active
Contact Form 7 styler for Elementor Page Builder ·elementor-contact-form-7 1.0.0 800 29d ago Active
Price Table Block ·price-table-block 1.3.0 800 25d ago Active
Caldera Forms styler for Elementor Page Builder ·elementor-caldera-forms 1.0.0 700 8y ago Active
Toggle Content ·toggle-content 1.3.0 700 26d ago Active
WPFomo ·wpfomo 1.1.0 600 7y ago Active
Typing Text ·typing-text 1.3.0 500 28d ago Active
Progress Bars ·progress-bars 1.3.0 500 1mo ago Active
Testimonial Block ·testimonial-wp-block 1.3.0 500 1mo ago Active
Image Comparison ·image-comparison 1.4.0 300 28d ago Active
Gravity Forms styler for Elementor Page Builder ·elementor-gravity-forms 1.0.0 300 8y ago Active
Advanced Heading ·advanced-heading 1.2.0 200 1mo ago Active
Flexia Core ·flexia-core 1.4.2 200 5y ago Active
Number Counter ·number-counter 1.2.0 200 1mo ago Active
Block Referral Spam ·wp-block-referral-spam 1.2.1 200 9y ago Active
Button Group ·button-group 1.3.0 100 1mo ago Active
Notice Block ·notice-block 1.4.0 90 1mo ago Active
Social Share Block ·social-share-block 2.1.0 70 22d ago Active
Ninja Forms styler for Elementor Page Builder ·elementor-ninja-forms 1.0.0 60 8y ago Active
Interactive Promo ·interactive-promo 1.3.0 50 1mo ago Active
EB Openverse Block ·eb-openverse-block 1.2.0 20 2y ago Active
WP Author Report Free ·wp-author-report-free 1.0.7 10 9y ago Active
WP Review Schema ·wp-review-schema 1.0.0 10 11y ago Active
Better Wishlist ·better-wishlist 0.0.3 10 1y ago Active
Twitter Cards Meta – Best Twitter Card Plugin for WordPress ·twitter-cards-meta 2.9.1 Closed
Conditional CAPTCHA ·wp-conditional-captcha 4.0.0 Closed
BetterShield ·bettershield 1.0.0 7d ago Active
Secret Meta ·facebook-secret-meta 1.2.1 Closed
Document Block – Upload & Embed Docs, PDF, PPT, XLS or Any Documents ·document 1.1.0 Closed

SVN commit access (36)

Plugins this account has pushed commits to, reconstructed from plugins.svn.wordpress.org. A new name showing up here on an established plugin is the strongest ownership-transfer signal.

Plugin Primary author Installs Commits First Latest Status
Essential Addons for Elementor – Popular Elementor Templates & Widgets wpdevteam 1M+ 217 5y ago 24d ago Active
Gutenberg Essential Blocks – Page Builder for Gutenberg Blocks & Patterns wpdevteam 200k+ 179 5y ago 1mo ago Active
BetterDocs – AI Documentation, Knowledge Base, MCP Server, Docs, Wikis, FAQ & Chatbot wpdevteam 30k+ 154 6y ago 18d ago Active
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents wpdevteam 100k+ 140 5y ago 19d ago Active
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar wpdevteam 30k+ 101 5y ago 17d ago Active
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! wpdevteam 300k+ 95 5y ago 1mo ago Active
BetterLinks – Link Shortener, Link Cloaking, Redirects, Affiliate Link Manager & MCP wpdevteam 20k+ 88 5y ago 1mo ago Active
easy.jobs – AI powered Job Listing, Job Board, Career Page, Recruitment & Hiring Solution wpdevteam 4k+ 86 5y ago 2mo ago Active
SchedulePress – Auto Post & Publish, Auto Social Share, Schedule Posts with Editorial Calendar & Missed Schedule Post Publisher wpdevteam 10k+ 68 5y ago 1mo ago Active
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More wpdevteam 5k+ 65 4y ago 11d ago Active
Disable Comments – Remove Comments & Stop Spam [Multi-Site Support] wpdevteam 1M+ 36 5y ago 19d ago Active
ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console & Local SEO wpdevteam 10k+ 35 3mo ago 18d ago Active
Typing Text wpdevteam 500 21 6y ago 28d ago Active
xSpeed Cache: AI-Powered Performance Hub with MCP, Caching & CDN wpdevteam 6k+ 21 3mo ago 20d ago Active
Button Group wpdevteam 100 18 6y ago 1mo ago Active
Countdown Block wpdevteam 4k+ 17 5y ago 1mo ago Active
Table Of Contents Block wpdevteam 10k+ 17 5y ago 11d ago Active
Image Slider Block wpdevteam 3k+ 16 6y ago 1mo ago Active
Accordion Toggle wpdevteam 2k+ 16 4y ago 21d ago Active
Infobox wpdevteam 1k+ 16 5y ago 1mo ago Active
Price Table Block wpdevteam 800 16 5y ago 26d ago Active
Image Gallery Block wpdevteam 4k+ 14 4y ago 1mo ago Active
Testimonial Block wpdevteam 500 14 6y ago 1mo ago Active
Flipbox wpdevteam 2k+ 13 5y ago 1mo ago Active
Progress Bars wpdevteam 500 13 5y ago 1mo ago Active
Parallax Slider Block wpdevteam 900 13 6y ago 2y ago Active
Interactive Promo wpdevteam 50 13 6y ago 1mo ago Active
Number Counter wpdevteam 200 13 5y ago 1mo ago Active
Toggle Content wpdevteam 700 12 4y ago 26d ago Active
Image Comparison wpdevteam 300 11 5y ago 28d ago Active
Advanced Heading wpdevteam 200 10 4y ago 1mo ago Active
Team Member Block wpdevteam 1k+ 9 4y ago 1mo ago Active
Social Share Block wpdevteam 70 7 6y ago 22d ago Active
Simple 301 Redirects By BetterLinks – Easy WordPress Redirect Manager for Redirects, 404 Error Log & More wpdevteam 100k+ 6 4y ago 7mo ago Active
Notice Block wpdevteam 90 2 2y ago 1mo ago Active
Document Block – Upload & Embed Docs, PDF, PPT, XLS or Any Documents wpdevteam 1 4y ago 4y ago Closed

Contributor on other plugins (2)

Plugins where this account is listed in the readme contributors (distinct from SVN commit access).