Josh Kohlbach

Member since
2009-11-02
Location
Brisbane, Australia
Employer
Rymera Web Co
Job title
CEO
Authored
28 (19 closed)
SVN commit access
24 (13 closed)
Readme contributor
1
Combined install base
175k+ across 30 plugins

Alerts (0)

No open alerts.

Show 14 resolved alerts
Critical forum_complaint_cluster Wholesale Suite – B2B, Dynamic Pricing & WooCommerce Wholesale Prices Resolved · out_of_scope_vuln_class_cve 21d ago
Slugwoocommerce-wholesale-prices
Active installs20,000
Critical matches1
High matches0
Lookback days90
Sample threads
TitleDateUrlStarterKeyword
Wholesale Lead Capture Vulnerability caused site to be hacked2026-04-09 11:46:05https://wordpress.org/support/topic/wholesale-lead-capture-vulnerability-caused-site-to-be-hacked/supadigitalhacked
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": "woocommerce-wholesale-prices",
    "active_installs": 20000,
    "critical_matches": 1,
    "high_matches": 0,
    "lookback_days": 90,
    "sample_threads": [
        {
            "title": "Wholesale Lead Capture Vulnerability caused site to be hacked",
            "date": "2026-04-09 11:46:05",
            "url": "https://wordpress.org/support/topic/wholesale-lead-capture-vulnerability-caused-site-to-be-hacked/",
            "starter": "supadigital",
            "keyword": "hacked"
        }
    ],
    "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)."
}
High code_scan_match Wholesale Suite – B2B, Dynamic Pricing & WooCommerce Wholesale Prices Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d ago
Slugwoocommerce-wholesale-prices
Finding count1
Findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltinincludes/class-vite-app.php391wp_enqueue_style( "$this->script_handle-import-$sanitized_key", $css_url, array(), filemtime( WWP_PLUGIN_FILE ) );medium
Resolved sha3d69d8f117339a74623e34840f9ddee55e81f693
View raw JSON
{
    "slug": "woocommerce-wholesale-prices",
    "finding_count": 1,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/class-vite-app.php",
            "line": 391,
            "snippet": "wp_enqueue_style( \"$this->script_handle-import-$sanitized_key\", $css_url, array(), filemtime( WWP_PLUGIN_FILE ) );",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "3d69d8f117339a74623e34840f9ddee55e81f693"
}
High code_scan_match Advanced Coupons for WooCommerce Coupons & Store Credit Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d ago
Slugadvanced-coupons-for-woocommerce-free
Finding count1
Findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltinModels/Objects/Vite_App.php396wp_enqueue_style( "$this->script_handle-import-$sanitized_key", $css_url, array(), filemtime( ACFWF()->Plugin_Constants->MAIN_PLUGIN_FILE_PATH ) );medium
Resolved sha0949b1461ad57a98b7110eaee802b48f532536b9
View raw JSON
{
    "slug": "advanced-coupons-for-woocommerce-free",
    "finding_count": 1,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "Models/Objects/Vite_App.php",
            "line": 396,
            "snippet": "wp_enqueue_style( \"$this->script_handle-import-$sanitized_key\", $css_url, array(), filemtime( ACFWF()->Plugin_Constants->MAIN_PLUGIN_FILE_PATH ) );",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "0949b1461ad57a98b7110eaee802b48f532536b9"
}
High code_scan_match Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d ago
Slugwoo-product-feed-pro
Finding count9
Findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltinincludes/Factories/Vite_App.php323wp_register_style( "$base_handle-admin-style", '', array(), Helper::get_plugin_data( 'Version' ) );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php326wp_enqueue_style( "$base_handle-admin-style" );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php329wp_register_script( "$base_handle-admin-l10n", '', array( 'lodash' ), Helper::get_plugin_data( 'Version' ), false );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php332wp_enqueue_script( "$base_handle-admin-l10n" );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php337wp_register_style( "$base_handle-frontend-style", '', array(), Helper::get_plugin_data( 'Version' ) );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php340wp_enqueue_style( "$base_handle-frontend-style" );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php343wp_register_script( "$base_handle-frontend-l10n", '', array( 'lodash' ), Helper::get_plugin_data( 'Version' ), false );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php346wp_enqueue_script( "$base_handle-frontend-l10n" );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php482wp_enqueue_style( "$this->script_handle-import-$sanitized_key", $css_url, array(), filemtime( ADT_PFP_PLUGIN_FILE ) );medium
Resolved sha3bd835a7be53418c8b8a4e3d09550571a162e30d
View raw JSON
{
    "slug": "woo-product-feed-pro",
    "finding_count": 9,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 323,
            "snippet": "wp_register_style( \"$base_handle-admin-style\", '', array(), Helper::get_plugin_data( 'Version' ) );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 326,
            "snippet": "wp_enqueue_style( \"$base_handle-admin-style\" );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 329,
            "snippet": "wp_register_script( \"$base_handle-admin-l10n\", '', array( 'lodash' ), Helper::get_plugin_data( 'Version' ), false );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 332,
            "snippet": "wp_enqueue_script( \"$base_handle-admin-l10n\" );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 337,
            "snippet": "wp_register_style( \"$base_handle-frontend-style\", '', array(), Helper::get_plugin_data( 'Version' ) );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 340,
            "snippet": "wp_enqueue_style( \"$base_handle-frontend-style\" );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 343,
            "snippet": "wp_register_script( \"$base_handle-frontend-l10n\", '', array( 'lodash' ), Helper::get_plugin_data( 'Version' ), false );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 346,
            "snippet": "wp_enqueue_script( \"$base_handle-frontend-l10n\" );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 482,
            "snippet": "wp_enqueue_style( \"$this->script_handle-import-$sanitized_key\", $css_url, array(), filemtime( ADT_PFP_PLUGIN_FILE ) );",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "3bd835a7be53418c8b8a4e3d09550571a162e30d"
}
High code_scan_delta Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce Resolved · false_positive_cdn_known_good 22d ago
Slugwoo-product-feed-pro
Previous version13.5.3
Current version13.5.3
New findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltinincludes/Factories/Vite_App.php323wp_register_style( "$base_handle-admin-style", '', array(), Helper::get_plugin_data( 'Version' ) );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php329wp_register_script( "$base_handle-admin-l10n", '', array( 'lodash' ), Helper::get_plugin_data( 'Version' ), false );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php337wp_register_style( "$base_handle-frontend-style", '', array(), Helper::get_plugin_data( 'Version' ) );medium
remote_enqueuebuiltinincludes/Factories/Vite_App.php343wp_register_script( "$base_handle-frontend-l10n", '', array( 'lodash' ), Helper::get_plugin_data( 'Version' ), false );medium
New finding count4
View raw JSON
{
    "slug": "woo-product-feed-pro",
    "previous_version": "13.5.3",
    "current_version": "13.5.3",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 323,
            "snippet": "wp_register_style( \"$base_handle-admin-style\", '', array(), Helper::get_plugin_data( 'Version' ) );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 329,
            "snippet": "wp_register_script( \"$base_handle-admin-l10n\", '', array( 'lodash' ), Helper::get_plugin_data( 'Version' ), false );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 337,
            "snippet": "wp_register_style( \"$base_handle-frontend-style\", '', array(), Helper::get_plugin_data( 'Version' ) );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Factories/Vite_App.php",
            "line": 343,
            "snippet": "wp_register_script( \"$base_handle-frontend-l10n\", '', array( 'lodash' ), Helper::get_plugin_data( 'Version' ), false );",
            "confidence": "medium"
        }
    ],
    "new_finding_count": 4
}
Medium bulk_committer_takeover Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce Resolved · no_longer_matches 22d ago
Committerjkohlbach
Member since2009-11-02
Plugins joined5
Spread days335
Earliest join2023-05-23 04:00:19
Latest join2024-04-23 01:12:20
Combined installs102,000
Sample plugins
SlugActive installsFirst commit at
woo-product-feed-pro80,0002024-04-23 01:12:20
woocommerce-store-toolkit8,0002023-09-05 03:30:41
woocommerce-exporter7,0002023-09-05 03:34:58
wc-vendors4,0002023-05-23 04:00:19
woocommerce-all-in-one-seo-pack3,0002023-09-05 06:03:54
View raw JSON
{
    "committer": "jkohlbach",
    "member_since": "2009-11-02",
    "plugins_joined": 5,
    "spread_days": 335,
    "earliest_join": "2023-05-23 04:00:19",
    "latest_join": "2024-04-23 01:12:20",
    "combined_installs": 102000,
    "sample_plugins": [
        {
            "slug": "woo-product-feed-pro",
            "active_installs": 80000,
            "first_commit_at": "2024-04-23 01:12:20"
        },
        {
            "slug": "woocommerce-store-toolkit",
            "active_installs": 8000,
            "first_commit_at": "2023-09-05 03:30:41"
        },
        {
            "slug": "woocommerce-exporter",
            "active_installs": 7000,
            "first_commit_at": "2023-09-05 03:34:58"
        },
        {
            "slug": "wc-vendors",
            "active_installs": 4000,
            "first_commit_at": "2023-05-23 04:00:19"
        },
        {
            "slug": "woocommerce-all-in-one-seo-pack",
            "active_installs": 3000,
            "first_commit_at": "2023-09-05 06:03:54"
        }
    ]
}
Medium domain_younger_than_plugin Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce Resolved · no_longer_matches 27d ago
Slugwoo-product-feed-pro
Domainsavetowishlist.com
Domain sourcec2_http_call
Domain registered at2025-07-09
Plugin earliest commit2021-12-09 13:20:08
Plugin latest release2026-04-15 08:12:50
Gap days1,307
Domain age at release280
Active installs80,000
View raw JSON
{
    "slug": "woo-product-feed-pro",
    "domain": "savetowishlist.com",
    "domain_source": "c2_http_call",
    "domain_registered_at": "2025-07-09",
    "plugin_earliest_commit": "2021-12-09 13:20:08",
    "plugin_latest_release": "2026-04-15 08:12:50",
    "gap_days": 1307,
    "domain_age_at_release": 280,
    "active_installs": 80000
}
Medium domain_younger_than_plugin Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce Resolved · no_longer_matches 27d ago
Slugwoo-product-feed-pro
Domainstoreagent.ai
Domain sourcec2_http_call
Domain registered at2024-09-26
Plugin earliest commit2021-12-09 13:20:08
Plugin latest release2026-04-15 08:12:50
Gap days1,021
Domain age at release566
Active installs80,000
View raw JSON
{
    "slug": "woo-product-feed-pro",
    "domain": "storeagent.ai",
    "domain_source": "c2_http_call",
    "domain_registered_at": "2024-09-26",
    "plugin_earliest_commit": "2021-12-09 13:20:08",
    "plugin_latest_release": "2026-04-15 08:12:50",
    "gap_days": 1021,
    "domain_age_at_release": 566,
    "active_installs": 80000
}
Medium domain_younger_than_plugin Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce Resolved · redetect_dupe_of_closed 28d ago
Slugwoo-product-feed-pro
Domainsavetowishlist.com
Domain sourcec2_http_call
Domain registered at2025-07-09
Plugin earliest commit2021-12-09 13:20:08
Plugin latest release2026-04-15 08:12:50
Gap days1,307
Domain age at release280
Active installs80,000
View raw JSON
{
    "slug": "woo-product-feed-pro",
    "domain": "savetowishlist.com",
    "domain_source": "c2_http_call",
    "domain_registered_at": "2025-07-09",
    "plugin_earliest_commit": "2021-12-09 13:20:08",
    "plugin_latest_release": "2026-04-15 08:12:50",
    "gap_days": 1307,
    "domain_age_at_release": 280,
    "active_installs": 80000
}
Medium domain_younger_than_plugin Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce Resolved · redetect_dupe_of_closed 28d ago
Slugwoo-product-feed-pro
Domainstoreagent.ai
Domain sourcec2_http_call
Domain registered at2024-09-26
Plugin earliest commit2021-12-09 13:20:08
Plugin latest release2026-04-15 08:12:50
Gap days1,021
Domain age at release566
Active installs80,000
View raw JSON
{
    "slug": "woo-product-feed-pro",
    "domain": "storeagent.ai",
    "domain_source": "c2_http_call",
    "domain_registered_at": "2024-09-26",
    "plugin_earliest_commit": "2021-12-09 13:20:08",
    "plugin_latest_release": "2026-04-15 08:12:50",
    "gap_days": 1021,
    "domain_age_at_release": 566,
    "active_installs": 80000
}
Medium domain_younger_than_plugin Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce Resolved · benign_same_author_domain 28d ago
Slugwoo-product-feed-pro
Domainsavetowishlist.com
Domain sourcec2_http_call
Domain registered at2025-07-09
Plugin earliest commit2021-12-09 13:20:08
Plugin latest release2026-04-15 08:12:50
Gap days1,307
Domain age at release280
Active installs80,000
View raw JSON
{
    "slug": "woo-product-feed-pro",
    "domain": "savetowishlist.com",
    "domain_source": "c2_http_call",
    "domain_registered_at": "2025-07-09",
    "plugin_earliest_commit": "2021-12-09 13:20:08",
    "plugin_latest_release": "2026-04-15 08:12:50",
    "gap_days": 1307,
    "domain_age_at_release": 280,
    "active_installs": 80000
}
Medium domain_younger_than_plugin Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce Resolved · benign_same_author_domain 28d ago
Slugwoo-product-feed-pro
Domainstoreagent.ai
Domain sourcec2_http_call
Domain registered at2024-09-26
Plugin earliest commit2021-12-09 13:20:08
Plugin latest release2026-04-15 08:12:50
Gap days1,021
Domain age at release566
Active installs80,000
View raw JSON
{
    "slug": "woo-product-feed-pro",
    "domain": "storeagent.ai",
    "domain_source": "c2_http_call",
    "domain_registered_at": "2024-09-26",
    "plugin_earliest_commit": "2021-12-09 13:20:08",
    "plugin_latest_release": "2026-04-15 08:12:50",
    "gap_days": 1021,
    "domain_age_at_release": 566,
    "active_installs": 80000
}
Medium domain_younger_than_plugin Advanced Coupons for WooCommerce Coupons & Store Credit Resolved · no_longer_matches 28d ago
Slugadvanced-coupons-for-woocommerce-free
Domainsavetowishlist.com
Domain sourcec2_http_call
Domain registered at2025-07-09
Plugin earliest commit2020-04-13 23:39:44
Plugin latest release2026-03-23 03:05:34
Gap days1,912
Domain age at release257
Active installs20,000
View raw JSON
{
    "slug": "advanced-coupons-for-woocommerce-free",
    "domain": "savetowishlist.com",
    "domain_source": "c2_http_call",
    "domain_registered_at": "2025-07-09",
    "plugin_earliest_commit": "2020-04-13 23:39:44",
    "plugin_latest_release": "2026-03-23 03:05:34",
    "gap_days": 1912,
    "domain_age_at_release": 257,
    "active_installs": 20000
}
Medium domain_younger_than_plugin Advanced Coupons for WooCommerce Coupons & Store Credit Resolved · no_longer_matches 28d ago
Slugadvanced-coupons-for-woocommerce-free
Domainstoreagent.ai
Domain sourcec2_http_call
Domain registered at2024-09-26
Plugin earliest commit2020-04-13 23:39:44
Plugin latest release2026-03-23 03:05:34
Gap days1,626
Domain age at release543
Active installs20,000
View raw JSON
{
    "slug": "advanced-coupons-for-woocommerce-free",
    "domain": "storeagent.ai",
    "domain_source": "c2_http_call",
    "domain_registered_at": "2024-09-26",
    "plugin_earliest_commit": "2020-04-13 23:39:44",
    "plugin_latest_release": "2026-03-23 03:05:34",
    "gap_days": 1626,
    "domain_age_at_release": 543,
    "active_installs": 20000
}

Plugins authored (28)

Plugin Version Installs Last updated Status
Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce ·woo-product-feed-pro 13.5.4 80k+ 18d ago Active
Advanced Coupons for WooCommerce Coupons & Store Credit ·advanced-coupons-for-woocommerce-free 4.7.2 20k+ 2mo ago Active
Wholesale Suite – B2B, Dynamic Pricing & WooCommerce Wholesale Prices ·woocommerce-wholesale-prices 2.2.7.2 20k+ 1mo ago Active
Store Toolkit – WooCommerce Extensions, Quick Enhancements & Handy Tools ·woocommerce-store-toolkit 2.4.4 8k+ 6mo ago Active
Store Exporter – Export WooCommerce Products, Orders, Subscriptions, Customers ·woocommerce-exporter 2.7.8 7k+ 2mo ago Active
All In One SEO Pack for WooCommerce ·woocommerce-all-in-one-seo-pack 1.3.4 3k+ 2y ago Active
Invoice Gateway for WooCommerce – Invoice Payment Gateway ·invoice-gateway-for-woocommerce 1.1.5 2k+ 8mo ago Active
StoreAgent – WooCommerce AI Chatbot & AI Content Tools ·storeagent-ai-for-woocommerce 1.1.4 300 2mo ago Active
SaveTo Wishlist Lite – WooCommerce Wishlist ·saveto-wishlist-lite-for-woocommerce 1.0.5 200 25d ago Active
URL Coupons For WooCommerce ·url-coupons-for-woocommerce 1.0.2 Closed
WP Currency Converter ·wp-currency-converter 1.4 Closed
WP e-Commerce – Custom Fields ·wp-e-commerce-custom-fields 1.6 Closed
WP e-Commerce – Store Exporter ·wp-e-commerce-exporter 1.7.1 Closed
advanced-cart-recovery ·advanced-cart-recovery 1.3.2 Closed
Jigoshop – Store Exporter ·jigoshop-exporter 1.5.8 Closed
Timed Email Offers ·timed-email-offers 1.2.2 Closed
WP e-Commerce – Store Toolkit ·wp-e-commerce-store-toolkit 2.0.4 Closed
Simple Page Tester ·simple-page-tester 1.4.5 Closed
Just-In-Time Sales Offers ·just-in-time-sales-offers 1.2.7 Closed
hCard & vCard Generator ·hcard-vcard-generator-wordpress-plugin 2.1 Closed
Auto Refresh Single Page ·auto-refresh-single-page 1.1 Closed
Email Cart for WooCommerce ·email-cart-for-woocommerce 1.4.6 Closed
Javascript Per Page ·javascript-per-page 1.0.1 Closed
ThirstyAffiliates For FooGallery Extension ·thirstyaffiliates-for-foogallery-extension 1.0.2 Closed
Stylesheet Per Page ·stylesheet-per-page 1.1.2 Closed
After Sale Surveys ·after-sale-surveys 1.1.2 Closed
add-to-cart-rate ·add-to-cart-rate 1.0 Closed
Easy Review Reminders ·easy-review-reminders 1.2.4 Closed

SVN commit access (24)

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
Wholesale Suite – B2B, Dynamic Pricing & WooCommerce Wholesale Prices jkohlbach 20k+ 149 11y ago 6mo ago Active
ThirstyAffiliates – Affiliate Links, Link Branding, Link Tracking & Marketing Plugin supercleanse 30k+ 94 12y ago 6y ago Active
Advanced Coupons for WooCommerce Coupons & Store Credit jkohlbach 20k+ 91 6y ago 2mo ago Active
Simple Page Tester jkohlbach 32 12y ago 7y ago Closed
StoreAgent – WooCommerce AI Chatbot & AI Content Tools jkohlbach 300 31 1y ago 6mo ago Active
Just-In-Time Sales Offers jkohlbach 29 9y ago 7y ago Closed
Email Cart for WooCommerce jkohlbach 25 10y ago 7y ago Closed
hCard & vCard Generator jkohlbach 24 15y ago 11y ago Closed
WC Vendors – WooCommerce Multivendor, WooCommerce Marketplace, Product Vendors wcvendors 4k+ 24 3y ago 1y ago Active
Invoice Gateway for WooCommerce – Invoice Payment Gateway jkohlbach 2k+ 20 9y ago 9mo ago Active
Stylesheet Per Page jkohlbach 15 15y ago 11y ago Closed
Timed Email Offers jkohlbach 13 9y ago 7y ago Closed
Easy Review Reminders jkohlbach 13 9y ago 7y ago Closed
Product Feed PRO for WooCommerce by AdTribes – Product Feeds for WooCommerce jkohlbach 80k+ 12 2y ago 6mo ago Active
After Sale Surveys jkohlbach 11 9y ago 7y ago Closed
Store Toolkit – WooCommerce Extensions, Quick Enhancements & Handy Tools jkohlbach 8k+ 11 2y ago 6mo ago Active
URL Coupons For WooCommerce jkohlbach 10 9y ago 7y ago Closed
WP Currency Converter jkohlbach 10 13y ago 11y ago Closed
ThirstyAffiliates For FooGallery Extension jkohlbach 9 11y ago 9y ago Closed
Store Exporter – Export WooCommerce Products, Orders, Subscriptions, Customers jkohlbach 7k+ 9 2y ago 6mo ago Active
Javascript Per Page jkohlbach 5 12y ago 11y ago Closed
SaveTo Wishlist Lite – WooCommerce Wishlist jkohlbach 200 5 6mo ago 4mo ago Active
Auto Refresh Single Page jkohlbach 5 14y ago 11y ago Closed
All In One SEO Pack for WooCommerce jkohlbach 3k+ 2 2y ago 2y ago Active

Contributor on other plugins (1)

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