Saad Iqbal

Member since
2014-12-28
Location
Dubai
Employer
WPExperts.io
Job title
Founder
Authored
88 (5 closed)
SVN commit access
2
Readme contributor
0
Combined install base
1.3M+ across 88 plugins

Alerts (0)

No open alerts.

Show 15 resolved alerts
Critical forum_complaint_cluster New User Approve Resolved · out_of_scope_vuln_class_cve 1d ago
Slugnew-user-approve
Active installs20,000
Critical matches1
High matches0
Lookback days90
Sample threads
TitleDateUrlStarterKeyword
Plugin Security Risks (CSRF)2026-02-03 22:23:12https://wordpress.org/support/topic/plugin-security-risks-csrf/orbitmediabackdoor
ExplanationCluster of support-forum threads in the last 90 days containing user-reported attack vocabulary. Critical when any thread mentions explicit compromise terms (hacked / backdoor / admin user added); high when two or more mention symptom-class terms (redirect to spam / vendor alerts).
View raw JSON
{
    "slug": "new-user-approve",
    "active_installs": 20000,
    "critical_matches": 1,
    "high_matches": 0,
    "lookback_days": 90,
    "sample_threads": [
        {
            "title": "Plugin Security Risks (CSRF)",
            "date": "2026-02-03 22:23:12",
            "url": "https://wordpress.org/support/topic/plugin-security-risks-csrf/",
            "starter": "orbitmedia",
            "keyword": "backdoor"
        }
    ],
    "explanation": "Cluster of support-forum threads in the last 90 days containing user-reported attack vocabulary. Critical when any thread mentions explicit compromise terms (hacked / backdoor / admin user added); high when two or more mention symptom-class terms (redirect to spam / vendor alerts)."
}
Slugpost-smtp
Patternunserialize_after_remote_call
Kindbuiltin
Version3.9.1
Hit count3
First hit
File
includes/libs/HTMLPurifier/HTMLPurifier/DefinitionCache/Serializer.php
Line
73
Snippet
L73: return unserialize(file_get_contents($file)); → L73: return unserialize(file_get_contents($file));
Explanationa remote HTTP fetch (`wp_remote_*`/`curl_exec`/`file_get_contents`) is followed by `@unserialize` within the same file — classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak.
View raw JSON
{
    "slug": "post-smtp",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "3.9.1",
    "hit_count": 3,
    "first_hit": {
        "file": "includes/libs/HTMLPurifier/HTMLPurifier/DefinitionCache/Serializer.php",
        "line": 73,
        "snippet": "L73: return unserialize(file_get_contents($file));  \u2192  L73: return unserialize(file_get_contents($file));"
    },
    "explanation": "a remote HTTP fetch (`wp_remote_*`/`curl_exec`/`file_get_contents`) is followed by `@unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak."
}
Critical code_scan_delta Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App Resolved · fp_vendored_library_local_cache 7d ago
Slugpost-smtp
Previous version3.9.1
Current version3.9.1
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinincludes/libs/HTMLPurifier/HTMLPurifier/DefinitionCache/Serializer.php73L73: return unserialize(file_get_contents($file)); → L73: return unserialize(file_get_contents($file));high
unserialize_after_remote_callbuiltinincludes/libs/HTMLPurifier/HTMLPurifier/ConfigSchema.php72L71: $contents = file_get_contents(HTMLPURIFIER_PREFIX . '/HTMLPurifier/ConfigSchema/sc → L72: $r = unserialize($contents);high
unserialize_after_remote_callbuiltinincludes/libs/HTMLPurifier/HTMLPurifier/EntityLookup.php26L26: $this->table = unserialize(file_get_contents($file)); → L26: $this->table = unserialize(file_get_contents($file));high
New finding count3
View raw JSON
{
    "slug": "post-smtp",
    "previous_version": "3.9.1",
    "current_version": "3.9.1",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "includes/libs/HTMLPurifier/HTMLPurifier/DefinitionCache/Serializer.php",
            "line": 73,
            "snippet": "L73: return unserialize(file_get_contents($file));  \u2192  L73: return unserialize(file_get_contents($file));",
            "confidence": "high"
        },
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "includes/libs/HTMLPurifier/HTMLPurifier/ConfigSchema.php",
            "line": 72,
            "snippet": "L71: $contents = file_get_contents(HTMLPURIFIER_PREFIX . '/HTMLPurifier/ConfigSchema/sc  \u2192  L72: $r = unserialize($contents);",
            "confidence": "high"
        },
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "includes/libs/HTMLPurifier/HTMLPurifier/EntityLookup.php",
            "line": 26,
            "snippet": "L26: $this->table = unserialize(file_get_contents($file));  \u2192  L26: $this->table = unserialize(file_get_contents($file));",
            "confidence": "high"
        }
    ],
    "new_finding_count": 3
}
Critical domain_younger_than_plugin CF7 Apps – Honeypot, Database, Redirection, Webhook, and Addons for Contact Form 7 Resolved · no_longer_matches 8d ago
Slugcontact-form-7-honeypot
Domaincf7apps.com
Domain sourceplugin_uri
Domain registered at2024-11-28
Plugin earliest commit2011-06-28 12:09:39
Plugin latest release2026-04-23 05:02:22
Gap days4,901
Domain age at release511
Active installs300,000
View raw JSON
{
    "slug": "contact-form-7-honeypot",
    "domain": "cf7apps.com",
    "domain_source": "plugin_uri",
    "domain_registered_at": "2024-11-28",
    "plugin_earliest_commit": "2011-06-28 12:09:39",
    "plugin_latest_release": "2026-04-23 05:02:22",
    "gap_days": 4901,
    "domain_age_at_release": 511,
    "active_installs": 300000
}
High code_scan_delta WP Contact Slider – Contact Form Slider Widget Resolved · false_positive_cdn_known_good 2d ago
Slugwp-contact-slider
Previous version2.5.4
Current version2.5.4
New findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltininc/meta-box/inc/fields/datetime.php58wp_register_style( 'jquery-ui-core', "$url/jquery.ui.core.css", array(), '1.8.17' );medium
remote_enqueuebuiltininc/meta-box/inc/fields/datetime.php59wp_register_style( 'jquery-ui-theme', "$url/jquery.ui.theme.css", array(), '1.8.17' );medium
remote_enqueuebuiltininc/meta-box/inc/fields/datetime.php60wp_register_style( 'jquery-ui-datepicker', "$url/jquery.ui.datepicker.css", array( 'jquery-ui-core', 'jquery-ui-theme' ), '1.8.17' );medium
remote_enqueuebuiltininc/meta-box/inc/fields/datetime.php63wp_register_style( 'jquery-ui-slider', "$url/jquery.ui.slider.css", array( 'jquery-ui-core', 'jquery-ui-theme' ), '1.8.17' );medium
remote_enqueuebuiltininc/meta-box/inc/fields/datetime.php64wp_register_style( 'jquery-ui-timepicker', "$url/jquery-ui-timepicker-addon.min.css", array( 'rwmb-date', 'jquery-ui-slider' ), '1.5.0' );medium
remote_enqueuebuiltininc/meta-box/inc/fields/datetime.php67wp_register_script( 'jquery-ui-timepicker', "$url/jquery-ui-timepicker-addon.min.js", array( 'jquery-ui-datepicker', 'jquery-ui-slider' ), '1.5.0', true );medium
remote_enqueuebuiltininc/meta-box/inc/fields/datetime.php68wp_register_script( 'jquery-ui-timepicker-i18n', "$url/jquery-ui-timepicker-addon-i18n.min.js", array( 'jquery-ui-timepicker' ), '1.5.0', true );medium
New finding count7
View raw JSON
{
    "slug": "wp-contact-slider",
    "previous_version": "2.5.4",
    "current_version": "2.5.4",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "inc/meta-box/inc/fields/datetime.php",
            "line": 58,
            "snippet": "wp_register_style( 'jquery-ui-core', \"$url/jquery.ui.core.css\", array(), '1.8.17' );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "inc/meta-box/inc/fields/datetime.php",
            "line": 59,
            "snippet": "wp_register_style( 'jquery-ui-theme', \"$url/jquery.ui.theme.css\", array(), '1.8.17' );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "inc/meta-box/inc/fields/datetime.php",
            "line": 60,
            "snippet": "wp_register_style( 'jquery-ui-datepicker', \"$url/jquery.ui.datepicker.css\", array( 'jquery-ui-core', 'jquery-ui-theme' ), '1.8.17' );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "inc/meta-box/inc/fields/datetime.php",
            "line": 63,
            "snippet": "wp_register_style( 'jquery-ui-slider', \"$url/jquery.ui.slider.css\", array( 'jquery-ui-core', 'jquery-ui-theme' ), '1.8.17' );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "inc/meta-box/inc/fields/datetime.php",
            "line": 64,
            "snippet": "wp_register_style( 'jquery-ui-timepicker', \"$url/jquery-ui-timepicker-addon.min.css\", array( 'rwmb-date', 'jquery-ui-slider' ), '1.5.0' );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "inc/meta-box/inc/fields/datetime.php",
            "line": 67,
            "snippet": "wp_register_script( 'jquery-ui-timepicker', \"$url/jquery-ui-timepicker-addon.min.js\", array( 'jquery-ui-datepicker', 'jquery-ui-slider' ), '1.5.0', true );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "inc/meta-box/inc/fields/datetime.php",
            "line": 68,
            "snippet": "wp_register_script( 'jquery-ui-timepicker-i18n', \"$url/jquery-ui-timepicker-addon-i18n.min.js\", array( 'jquery-ui-timepicker' ), '1.5.0', true );",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 7
}
Slugchange-wp-admin-login
Previous version2.1.1
Current version2.1.1
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/google-recaptcha/class-google-recaptcha.php186wp_register_script('aio-login-g-recaptcha', 'https://google.com/recaptcha/api.js', array(), null, true);medium
Url
https://google.com/recaptcha/api.js
Url host
google.com
remote_enqueuebuiltinincludes/google-recaptcha/class-google-recaptcha.php191wp_register_script('aio-login-g-recaptcha', 'https://google.com/recaptcha/api.js?render=' . $this->site_key, array(), null, true);medium
Url
https://google.com/recaptcha/api.js?render=
Url host
google.com
New finding count2
View raw JSON
{
    "slug": "change-wp-admin-login",
    "previous_version": "2.1.1",
    "current_version": "2.1.1",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/google-recaptcha/class-google-recaptcha.php",
            "line": 186,
            "snippet": "wp_register_script('aio-login-g-recaptcha', 'https://google.com/recaptcha/api.js', array(), null, true);",
            "confidence": "medium",
            "details": {
                "url": "https://google.com/recaptcha/api.js",
                "url_host": "google.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/google-recaptcha/class-google-recaptcha.php",
            "line": 191,
            "snippet": "wp_register_script('aio-login-g-recaptcha', 'https://google.com/recaptcha/api.js?render=' . $this->site_key, array(), null, true);",
            "confidence": "medium",
            "details": {
                "url": "https://google.com/recaptcha/api.js?render=",
                "url_host": "google.com"
            }
        }
    ],
    "new_finding_count": 2
}
High committer_younger_than_plugin CF7 Apps – Honeypot, Database, Redirection, Webhook, and Addons for Contact Form 7 Resolved · benign_company_employee 5d ago
Slugcontact-form-7-honeypot
Committer slugnocean
Committer display nameRyan
Committer employer
Committer member since2019-09-19
Committer first commit2020-05-20 14:56:40
Committer commit count40
Plugin listed authorsaadiqbal
Earliest plugin commit2011-06-28 12:09:39
Plugin age at join days3,249
Committer age at join days244
Active installs300,000
View raw JSON
{
    "slug": "contact-form-7-honeypot",
    "committer_slug": "nocean",
    "committer_display_name": "Ryan",
    "committer_employer": null,
    "committer_member_since": "2019-09-19",
    "committer_first_commit": "2020-05-20 14:56:40",
    "committer_commit_count": 40,
    "plugin_listed_author": "saadiqbal",
    "earliest_plugin_commit": "2011-06-28 12:09:39",
    "plugin_age_at_join_days": 3249,
    "committer_age_at_join_days": 244,
    "active_installs": 300000
}
Low plugin_closed myCred Credly Resolved · legit_author_request_closure 1d ago
Slugmycred-credly
Closed reasonauthor-request
Closed date2026-04-30 00:00:00
Active installs20
View raw JSON
{
    "slug": "mycred-credly",
    "closed_reason": "author-request",
    "closed_date": "2026-04-30 00:00:00",
    "active_installs": 20
}
Low contributor_added myCred Credly Resolved · cold_start_fp 1d ago
Slugmycred-credly
New contributorssaadiqbal
Active installs20
View raw JSON
{
    "slug": "mycred-credly",
    "new_contributors": [
        "saadiqbal"
    ],
    "active_installs": 20
}
Low plugin_closed myCred for Rating Form Resolved · legit_author_request_closure 1d ago
Slugmycred-for-rating-form
Closed reasonauthor-request
Closed date2026-04-30 00:00:00
Active installs20
View raw JSON
{
    "slug": "mycred-for-rating-form",
    "closed_reason": "author-request",
    "closed_date": "2026-04-30 00:00:00",
    "active_installs": 20
}
Low contributor_added myCred for Rating Form Resolved · cold_start_fp 1d ago
Slugmycred-for-rating-form
New contributorssaadiqbal
Active installs20
View raw JSON
{
    "slug": "mycred-for-rating-form",
    "new_contributors": [
        "saadiqbal"
    ],
    "active_installs": 20
}
Low plugin_closed myCred for TotalPoll Resolved · legit_author_request_closure 1d ago
Slugmycred-for-totalpoll
Closed reasonauthor-request
Closed date2026-04-30 00:00:00
Active installs30
View raw JSON
{
    "slug": "mycred-for-totalpoll",
    "closed_reason": "author-request",
    "closed_date": "2026-04-30 00:00:00",
    "active_installs": 30
}
Low contributor_added myCred for TotalPoll Resolved · cold_start_fp 1d ago
Slugmycred-for-totalpoll
New contributorssaadiqbal
Active installs30
View raw JSON
{
    "slug": "mycred-for-totalpoll",
    "new_contributors": [
        "saadiqbal"
    ],
    "active_installs": 30
}

Plugins authored (88)

Plugin Version Installs Last updated Status
Post SMTP – Complete Email Deliverability and SMTP Solution with Email Logs, Alerts, Backup SMTP & Mobile App ·post-smtp 3.9.1 300k+ 1mo ago Active
CF7 Apps – Honeypot, Database, Redirection, Webhook, and Addons for Contact Form 7 ·contact-form-7-honeypot 3.5.0 300k+ 9d ago Active
Password Protected — Lock Entire Site, Pages, Posts, Categories, and Partial Content ·password-protected 2.8.0 300k+ 11d ago Active
Advanced File Manager – Ultimate File Manager for WordPress And Document Library Solution ·file-manager-advanced 5.4.11 100k+ 1mo ago Active
All In One Login — WP Admin Login Page Security and Customization with Google reCAPTCHA, Social Login, Limit Login Attempt, 2FA, and more. ·change-wp-admin-login 2.1.1 60k+ 3mo ago Active
Open Graph and Twitter Card Tags ·wonderm00ns-simple-facebook-open-graph-tags 3.3.9 60k+ 3mo ago Active
Custom Login Page Customizer – Login Designer ·login-designer 1.6.10 30k+ 5mo ago Active
New User Approve ·new-user-approve 3.2.6 20k+ 1mo ago Active
Post Snippets – Custom WordPress Code Snippets Customizer ·post-snippets 4.0.19 20k+ 1mo ago Active
Gutena Forms – Contact Form, Survey Form, Feedback Form, Booking Form, and Custom Form Builder ·gutena-forms 1.8.0 20k+ 10d ago Active
Email Templates Customizer and Designer for WordPress and WooCommerce ·email-templates 1.5.11 20k+ 1mo ago Active
WC Hide Shipping Methods ·wc-hide-shipping-methods 2.0.5 20k+ 5mo ago Active
Points Management System For Gamification, Ranks, Badges, and Loyalty Rewards Program – myCred ·mycred 3.0.5 10k+ 4d ago Active
WP Contact Slider – Contact Form Slider Widget ·wp-contact-slider 2.5.4 10k+ 2mo ago Active
Gutena Tabs ·gutena-tabs 1.0.10 6k+ 4mo ago Active
License Manager for WooCommerce ·license-manager-for-woocommerce 3.0.15 6k+ 1mo ago Active
Gutena Accordion – Beautiful FAQ Accordion Block ·gutena-accordion 1.0.5 5k+ 4mo ago Active
Custom Add to Cart labels for WooCommerce ·wc-custom-add-to-cart-labels 1.5.3 5k+ 5mo ago Active
Rocket Maintenance Mode & Coming Soon Page ·rocket-maintenance-mode 4.4 4k+ 2y ago Active
Gutena Testimonial Slider ·gutena-testimonial 1.0.3 3k+ 4mo ago Active
Admin Bar User Switching ·admin-bar-user-switching 1.4 2k+ 3y ago Active
WP Secure Maintenance ·wp-secure-maintainance 1.7 1k+ 1y ago Active
Gutena Video Lightbox ·gutena-lightbox 1.0.3 1k+ 4mo ago Active
Gutena Kit – Gutenberg Blocks and Templates ·gutena-kit 2.0.7 1k+ 19d ago Active
WP Easy Pay – Payment and Donation form Builder for Square ·wp-easy-pay 4.4.0 1k+ 3d ago Active
Quick Contact Form ·quick-contact-form 8.2.7 1k+ 3mo ago Active
Gutena Star Ratings ·gutena-star-ratings 1.0.1 1k+ 4mo ago Active
WP PDF Generator ·wp-pdf-generator 1.2.4 1k+ 1y ago Active
Wholesale for WooCommerce ·woo-wholesale-pricing 2.0.4 1k+ 7mo ago Active
Gutena Newsletter – Subscriber Block & Connect Mailchimp ·newsletter-block-by-gutena 1.1.6 1k+ 4mo ago Active
User Avatar – Reloaded ·user-avatar-reloaded 1.2.2 900 2y ago Active
WC Shop Sync – Square Payment Gateway and Product Synchronization for WooCommerce ·woosquare 4.7.2 900 1mo ago Active
Gutena PhotoFeed ·photofeed-block-by-gutena 1.0.3 800 4mo ago Active
Gutena Team – Team Slider and Grid ·gutena-team 1.0.0 800 4mo ago Active
Gutena Recent Post Custom Tag ·post-featured-tag-block-by-gutena 1.0.3 800 4mo ago Active
myCred for Elementor ·mycred-for-elementor 1.3 500 6mo ago Active
Conditional Fees for WooCommerce Lite ·woo-add-custom-fee 1.7.1 500 1y ago Active
myCred – Gutenberg Blocks ·mycred-blocks 1.1.4 400 1y ago Active
myCred Toolkit – Ultimate myCred Modules To Support WordPress Gamification and Loyalty Rewards ·mycred-toolkit 1.4.2 400 2mo ago Active
MainWP Post SMTP Extension – Easily Manage WP SMTP Setup for All Sites in One Place ·post-smtp-for-mainwp 1.0.6 300 1mo ago Active
myCred H5P ·mycred-h5p 1.2.9 200 1y ago Active
myCred – Learndash ·mycred-learndash 2.3 200 1y ago Active
Multi Currency Switcher ·multi-currency-switcher 1.0.1 200 8mo ago Active
WPExperts Square For GiveWP ·wpexperts-square-for-give 1.3.2 100 1y ago Active
myCred Birthdays ·mycred-birthdays 1.0.8 100 1y ago Active
B2B Invoice Payment Method for WooCommerce ·invoice-payment-gateway-for-woocommerce 1.2.1 100 11mo ago Active
myCred Paid Memberships Pro ·mycred-paid-memberships-pro 1.3.1 100 1y ago Active
myCred Tutor LMS – Gamification in eLearning ·mycred-tutor-lms-gamification-in-elearning 1.0.8 100 1y ago Active
myCred BP Group Leaderboards ·mycred-bp-group-leaderboards 1.3.2 90 1y ago Active
myCred – BuddyBoss Integration ·mycred-buddyboss 1.3.3 90 1y ago Active
Product Disclaimer For WooCommerce ·woo-product-disclaimer 2.2.1 90 2y ago Active
Secure WP Admin ·secure-wp-admin 1.4.2 80 1y ago Active
myCred for Courseware ·mycred-for-courseware 1.1.8 80 1y ago Active
B2B Request a Quote ·woo-add-to-quote 1.5.6 80 7mo ago Active
User Management ·user-management 1.2 70 1y ago Active
MemberPress Square — Accept Square Payments in MemberPress ·pay-with-square-in-memberpress 1.3 70 5mo ago Active
myCred Amelia – Gamification with Events & Appointments Booking ·mycred-amelia 1.1.9 40 8mo ago Active
myCred for TotalPoll ·mycred-for-totalpoll 1.3.2 30 Closed
myCred for BuddyPress Compliments ·mycred-for-buddypress-compliments 1.1.9 20 1y ago Active
myCred for Rating Form ·mycred-for-rating-form 1.3.8 20 Closed
Gravity Forms Square (Free) ·pay-with-square-in-gravity-forms 1.2 20 5mo ago Active
myCred – MemberPress Integration (Gamification for Membership Sites) ·mycred-memberpress 1.0.9 20 Closed
myCred Credly ·mycred-credly 2.1.3 20 Closed
myCred Rank Plus ·mycred-rank-plus 1.0.5 20 1y ago Active
myCred GiveWP ·mycred-givewp 1.0.8 10 1y ago Active
myCred – LifterLMS Integration ·mycred-lifterlms-integration 1.7.2 10 1y ago Active
myCred for Event Espresso 4 ·mycred-for-event-espresso-4 1.1 10 1y ago Active
myCred Zoom Rewards ·mycred-zoom-rewards 1.0.9 10 1y ago Active
myCred Badge Editor ·mycred-badge-editor 1.0.4 10 1y ago Active
myCred Badge Plus ·mycred-badge-plus 1.0.4 10 1y ago Active
myCred for Events Manager Pro ·mycred-for-events-manager-pro 3.1 10 1y ago Active
myCred for WP-PostViews ·mycred-for-wp-postviews 1.3.2 10 1y ago Active
myCred LearnDash Points Importer ·mycred-learndash-points-importer 1.1.7 10 1y ago Active
myCred Retro ·mycred-retro 1.2.9 10 1y ago Active
myCred WP Simple Pay – Stripe Payment Addon ·mycred-wp-simple-pay-addon 1.1 10 1y ago Active
myCred – Zapier Integration ·mycred-zapier 1.0.9 10 1y ago Active
WPFormify – Stripe Payments with Form and Checkout ·wpformify 1.1.1 10 11mo ago Active
myCred for GD Star Rating ·mycred-for-gd-star-rating 1.3.9 10 1y ago Active
myCred Badgr Integration ·mycred-badgr-achievement-badge 1.0.8 10 1y ago Active
Bookify – Appointment Booking & Scheduling for WordPress ·bookify 1.3.3 10 24d ago Active
myCred – GamiPress Importer ·mycred-gamipress-importer 1.1.8 10 1y ago Active
myCred – AnsPress (Gamify your Question and answer Sites) ·mycred-anspress-integration 1.1.9 10 1y ago Active
Card Stripe js For WooCommerce ·wc-stripe-card-js 1.1 10 3y ago Active
myCred – myCred Githubreviews ·mycred-githubreviews 1.1 1y ago Active
Gravity Forms Booking – Appointment Booking & Scheduling Addon for Gravity Forms ·appointment-and-booking-for-gravity-forms 1.3 1mo ago Active
myCred Square ·mycred-square 1.0.9 1y ago Active
myCred for TotalSurvey ·mycred-for-totalsurvey 1.0.4 1y ago Active
APPExperts – Mobile App Builder for WordPress | WooCommerce to iOS and Android Apps ·appexperts 1.4.5 Closed

SVN commit access (2)

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
User Avatar – Reloaded saadiqbal 900 26 4y ago 2y ago Active
Custom Add to Cart labels for WooCommerce saadiqbal 5k+ 5 1y ago 1y ago Active