FunnelKit Payment Gateway for Stripe WooCommerce

funnelkit-stripe-woo-payment-gateway · by teamfunnelkit · wordpress.org ↗ · SVN ↗
Active installs
20k+
Current version
1.14.0.5
Added
2023-01-11
Last updated
2026-05-21 (21d ago)
First seen by beacon
1mo ago
Total downloads
305,361

Alerts (0)

No open alerts.

Show 3 resolved alerts
Medium author_younger_than_plugin Resolved · no_longer_matches 2026-05-16 12:16:20 (26d ago)
Slugfunnelkit-stripe-woo-payment-gateway
Author slugteamfunnelkit
Author display nameFunnelKit
Author employer
Author member since2026-05-13
Earliest plugin commit2022-11-25 21:07:54
Plugin age at author join1,264
Author age now days3
Prior committersplugin-master amans2k teamwoofunnels
Active installs20,000
View raw JSON
{
    "slug": "funnelkit-stripe-woo-payment-gateway",
    "author_slug": "teamfunnelkit",
    "author_display_name": "FunnelKit",
    "author_employer": null,
    "author_member_since": "2026-05-13",
    "earliest_plugin_commit": "2022-11-25 21:07:54",
    "plugin_age_at_author_join": 1264,
    "author_age_now_days": 3,
    "prior_committers": [
        "plugin-master",
        "amans2k",
        "teamwoofunnels"
    ],
    "active_installs": 20000
}
High code_scan_match Resolved · code_scan_fp_class_vendor_cdn_enqueue 2026-05-05 12:29:28 (1mo ago)
Slugfunnelkit-stripe-woo-payment-gateway
Finding count3
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinadmin/admin.php1,024wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], FKWCS_VERSION, true );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
remote_enqueuebuiltinincludes/abstract-payment-gateway.php139wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', array(), false, array( 'in_footer' => false ) );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
remote_enqueuebuiltinincludes/paylater.php80wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], false, true );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
Resolved shac835cac8a7625b102464b5100b8b44f64a050bce
View raw JSON
{
    "slug": "funnelkit-stripe-woo-payment-gateway",
    "finding_count": 3,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin/admin.php",
            "line": 1024,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], FKWCS_VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/abstract-payment-gateway.php",
            "line": 139,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', array(), false, array( 'in_footer' => false ) );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/paylater.php",
            "line": 80,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], false, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        }
    ],
    "resolved_sha": "c835cac8a7625b102464b5100b8b44f64a050bce"
}
High code_scan_delta Resolved · false_positive_cdn_known_good 2026-04-30 08:05:43 (1mo ago)
Slugfunnelkit-stripe-woo-payment-gateway
Previous version1.14.0.3
Current version1.14.0.3
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/paylater.php80wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], false, true );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
remote_enqueuebuiltinincludes/abstract-payment-gateway.php139wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', array(), false, array( 'in_footer' => false ) );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
remote_enqueuebuiltinadmin/admin.php1,024wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], FKWCS_VERSION, true );medium
Url
https://js.stripe.com/v3/
Url host
js.stripe.com
New finding count3
View raw JSON
{
    "slug": "funnelkit-stripe-woo-payment-gateway",
    "previous_version": "1.14.0.3",
    "current_version": "1.14.0.3",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/paylater.php",
            "line": 80,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], false, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/abstract-payment-gateway.php",
            "line": 139,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', array(), false, array( 'in_footer' => false ) );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin/admin.php",
            "line": 1024,
            "snippet": "wp_register_script( 'fkwcs-stripe-external', 'https://js.stripe.com/v3/', [], FKWCS_VERSION, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.stripe.com/v3/",
                "url_host": "js.stripe.com"
            }
        }
    ],
    "new_finding_count": 3
}

SVN committers (3)

Accounts with actual commit access to funnelkit-stripe-woo-payment-gateway on plugins.svn.wordpress.org, reconstructed from svn log. This is the list that matters for ownership changes — not the readme contributors.

Committer Member since Commits First commit Latest commit
Team FunnelKit (formerly WooFunnels) 2021-02-26 107 2023-01-17 · r2849779 2025-02-20 · r3243782
Aman 2015-06-01 6 2023-01-11 · r2846803 2026-05-21 · r3540849
plugin-master 2007-03-09 1 2022-11-25 · r2824380 2022-11-25 · r2824380

Readme contributors (4)

Names the plugin's readme declares as contributors. A soft signal — anyone can be listed. The SVN access column is the ground-truth cross-reference: does this contributor actually commit code?

Contributor Member since SVN access Status
Team FunnelKit (formerly WooFunnels) 2021-02-26 107 commits Active
Aman 2015-06-01 6 commits Active
FunnelKit 2026-05-13 Active
XLPlugins 2017-05-09 Active

Versions (44 most recent)

Version Released Download
1.14.0.5 2026-05-21 · 21d ago zip
1.14.0.4 2026-05-11 · 1mo ago zip
1.14.0.3 2026-03-05 · 3mo ago zip
1.14.0.2 2026-02-09 · 4mo ago zip
1.14.0.1 2025-11-07 · 7mo ago zip
1.14.0 2025-10-23 · 7mo ago zip
1.13.1 2025-10-13 · 8mo ago zip
1.13.0 2025-10-03 · 8mo ago zip
1.12.2 2025-07-21 · 10mo ago zip
1.12.1 2025-05-14 · 1y ago zip
1.12.0 2025-05-06 · 1y ago zip
1.7.0 2025-05-06 · 1y ago zip
1.7.1 2025-05-06 · 1y ago zip
1.7.2 2025-05-06 · 1y ago zip
1.8.0 2025-05-06 · 1y ago zip
1.8.1 2025-05-06 · 1y ago zip
1.8.2 2025-05-06 · 1y ago zip
1.9.0 2025-05-06 · 1y ago zip
1.9.1 2025-05-06 · 1y ago zip
1.10.0 2025-05-06 · 1y ago zip
1.10.1 2025-05-06 · 1y ago zip
1.11.0 2025-05-06 · 1y ago zip
1.11.1 2025-05-06 · 1y ago zip
1.6.0 2023-11-24 · 2y ago zip
1.5.4 2023-11-17 · 2y ago zip
1.5.3 2023-11-09 · 2y ago zip
1.5.2 2023-11-02 · 2y ago zip
1.5.1 2023-10-30 · 2y ago zip
1.5.0 2023-10-27 · 2y ago zip
1.4.1 2023-09-15 · 2y ago zip
1.4.0 2023-07-11 · 2y ago zip
1.3.0 2023-05-31 · 3y ago zip
1.2.8 2023-03-13 · 3y ago zip
1.2.7 2023-02-27 · 3y ago zip
1.2.6 2023-02-22 · 3y ago zip
1.2.5.1 2023-02-07 · 3y ago zip
1.2.5 2023-02-07 · 3y ago zip
1.2.4 2023-02-05 · 3y ago zip
1.2.3 2023-02-02 · 3y ago zip
1.2.2 2023-01-27 · 3y ago zip
1.2.1 2023-01-20 · 3y ago zip
1.2.0 2023-01-18 · 3y ago zip
1.1.0 2023-01-17 · 3y ago zip
1.0.0 2023-01-11 · 3y ago zip