YayCommerce

@yaycommerce · wordpress.org profile ↗
Member since
2020-04-02
Location
US
Employer
YayCommerce
Job title
UX Designer
Authored
14
SVN commit access
11
Readme contributor
0
Combined install base
77k+ across 14 plugins

Alerts (0)

No open alerts.

Show 8 resolved alerts
Critical code_scan_match YaySMTP – WP Mail SMTP with Email Logs, Tracking & Reports Resolved · code_scan_fp_class_pluginauth_known_fp 1mo ago
Slugyaysmtp
Finding count2
Findings
PatternKindFileLineSnippetConfidence
PluginAUTHioc:code_patternincludes/Controller/ZohoServiceVendController.php41public static function getPluginAuthUrl() {high
PluginAUTHioc:code_patternincludes/Controller/ZohoServiceVendController.php111$params['redirect_uri'] = self::getPluginAuthUrl();high
Resolved sha7500e8354a1ceb83b10ac9d837127d9b9c5722f6
View raw JSON
{
    "slug": "yaysmtp",
    "finding_count": 2,
    "findings": [
        {
            "pattern": "PluginAUTH",
            "kind": "ioc:code_pattern",
            "file": "includes/Controller/ZohoServiceVendController.php",
            "line": 41,
            "snippet": "public static function getPluginAuthUrl() {",
            "confidence": "high"
        },
        {
            "pattern": "PluginAUTH",
            "kind": "ioc:code_pattern",
            "file": "includes/Controller/ZohoServiceVendController.php",
            "line": 111,
            "snippet": "$params['redirect_uri']  = self::getPluginAuthUrl();",
            "confidence": "high"
        }
    ],
    "resolved_sha": "7500e8354a1ceb83b10ac9d837127d9b9c5722f6"
}
Critical new_committer_young_account YayPricing – WooCommerce Dynamic Pricing & Discounts Resolved · no_longer_matches 2mo ago
Slugyaypricing
Committeryaydev
Display nameYayDev
Member since2025-11-28
First commit at2025-12-24 08:09:09
Account age at first commit26
Commit count2
Active installs3,000
View raw JSON
{
    "slug": "yaypricing",
    "committer": "yaydev",
    "display_name": "YayDev",
    "member_since": "2025-11-28",
    "first_commit_at": "2025-12-24 08:09:09",
    "account_age_at_first_commit": 26,
    "commit_count": 2,
    "active_installs": 3000
}
Critical new_committer_young_account YayCurrency – WooCommerce Multi-Currency Switcher Resolved · no_longer_matches 2mo ago
Slugyaycurrency
Committeryaydev
Display nameYayDev
Member since2025-11-28
First commit at2026-01-15 01:36:29
Account age at first commit48
Commit count2
Active installs8,000
View raw JSON
{
    "slug": "yaycurrency",
    "committer": "yaydev",
    "display_name": "YayDev",
    "member_since": "2025-11-28",
    "first_commit_at": "2026-01-15 01:36:29",
    "account_age_at_first_commit": 48,
    "commit_count": 2,
    "active_installs": 8000
}
Critical new_committer_young_account YaySMTP – WP Mail SMTP with Email Logs, Tracking & Reports Resolved · no_longer_matches 2mo ago
Slugyaysmtp
Committeryaydev
Display nameYayDev
Member since2025-11-28
First commit at2026-01-05 09:40:27
Account age at first commit38
Commit count4
Active installs10,000
View raw JSON
{
    "slug": "yaysmtp",
    "committer": "yaydev",
    "display_name": "YayDev",
    "member_since": "2025-11-28",
    "first_commit_at": "2026-01-05 09:40:27",
    "account_age_at_first_commit": 38,
    "commit_count": 4,
    "active_installs": 10000
}
Critical code_pattern YaySMTP – WP Mail SMTP with Email Logs, Tracking & Reports Resolved · false_positive_rule_overfire 2mo ago
Slugyaysmtp
PatternPluginAUTH
Kindioc:code_pattern
Version2.7.4
Hit count2
First hit
File
includes/Controller/ZohoServiceVendController.php
Line
41
Snippet
public static function getPluginAuthUrl() {
Explanation
View raw JSON
{
    "slug": "yaysmtp",
    "pattern": "PluginAUTH",
    "kind": "ioc:code_pattern",
    "version": "2.7.4",
    "hit_count": 2,
    "first_hit": {
        "file": "includes/Controller/ZohoServiceVendController.php",
        "line": 41,
        "snippet": "public static function getPluginAuthUrl() {"
    },
    "explanation": null
}
Critical code_scan_delta YaySMTP – WP Mail SMTP with Email Logs, Tracking & Reports Resolved · false_positive_cdn_known_good 2mo ago
Slugyaysmtp
Previous version2.7.4
Current version2.7.4
New findings
PatternKindFileLineSnippetConfidence
PluginAUTHioc:code_patternincludes/Controller/ZohoServiceVendController.php41public static function getPluginAuthUrl() {high
PluginAUTHioc:code_patternincludes/Controller/ZohoServiceVendController.php111$params['redirect_uri'] = self::getPluginAuthUrl();high
New finding count2
View raw JSON
{
    "slug": "yaysmtp",
    "previous_version": "2.7.4",
    "current_version": "2.7.4",
    "new_findings": [
        {
            "pattern": "PluginAUTH",
            "kind": "ioc:code_pattern",
            "file": "includes/Controller/ZohoServiceVendController.php",
            "line": 41,
            "snippet": "public static function getPluginAuthUrl() {",
            "confidence": "high"
        },
        {
            "pattern": "PluginAUTH",
            "kind": "ioc:code_pattern",
            "file": "includes/Controller/ZohoServiceVendController.php",
            "line": 111,
            "snippet": "$params['redirect_uri']  = self::getPluginAuthUrl();",
            "confidence": "high"
        }
    ],
    "new_finding_count": 2
}
High code_scan_match YayMail – WooCommerce Email Customizer Resolved · code_scan_fp_class_vendor_cdn_enqueue 1mo ago
Slugyaymail
Finding count1
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinsrc/Utils/YayMailViteApp.php102wp_register_script( "module/yaymail/$entry_key", "http://localhost:3000/$entry_key", $entry_opts['deps'], null, true );// phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVemedium
Url
http://localhost:3000/$entry_key
Url host
localhost
Resolved shaf0694b8f577ec9c442c96ba3c0d055477159f7c3
View raw JSON
{
    "slug": "yaymail",
    "finding_count": 1,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "src/Utils/YayMailViteApp.php",
            "line": 102,
            "snippet": "wp_register_script( \"module/yaymail/$entry_key\", \"http://localhost:3000/$entry_key\", $entry_opts['deps'], null, true );// phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVe",
            "confidence": "medium",
            "details": {
                "url": "http://localhost:3000/$entry_key",
                "url_host": "localhost"
            }
        }
    ],
    "resolved_sha": "f0694b8f577ec9c442c96ba3c0d055477159f7c3"
}
High code_scan_delta YayMail – WooCommerce Email Customizer Resolved · false_positive_cdn_known_good 2mo ago
Slugyaymail
Previous version4.4.0
Current version4.4.0
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinsrc/Utils/YayMailViteApp.php102wp_register_script( "module/yaymail/$entry_key", "http://localhost:3000/$entry_key", $entry_opts['deps'], null, true );// phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVemedium
Url
http://localhost:3000/$entry_key
Url host
localhost
New finding count1
View raw JSON
{
    "slug": "yaymail",
    "previous_version": "4.4.0",
    "current_version": "4.4.0",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "src/Utils/YayMailViteApp.php",
            "line": 102,
            "snippet": "wp_register_script( \"module/yaymail/$entry_key\", \"http://localhost:3000/$entry_key\", $entry_opts['deps'], null, true );// phpcs:ignore WordPress.WP.EnqueuedResourceParameters.MissingVe",
            "confidence": "medium",
            "details": {
                "url": "http://localhost:3000/$entry_key",
                "url_host": "localhost"
            }
        }
    ],
    "new_finding_count": 1
}

Plugins authored (14)

Plugin Version Installs Last updated Status
YayMail – WooCommerce Email Customizer ·yaymail 4.4.2 50k+ 10d ago Active
YaySMTP – WP Mail SMTP with Email Logs, Tracking & Reports ·yaysmtp 2.7.5 10k+ 16d ago Active
YayCurrency – WooCommerce Multi-Currency Switcher ·yaycurrency 3.3.4 8k+ 1mo ago Active
SMTP for Amazon SES – YaySMTP ·smtp-amazon-ses 1.9.1 3k+ 1mo ago Active
YayPricing – WooCommerce Dynamic Pricing & Discounts ·yaypricing 3.5.6 3k+ 1mo ago Active
YaySwatches – Variation Swatches for WooCommerce ·yayswatches 2.0.3 1k+ 1mo ago Active
YayExtra – WooCommerce Extra Product Options ·yayextra 2.0.3 1k+ 1mo ago Active
SMTP for SendGrid – YaySMTP ·smtp-sendgrid 1.5.1 1k+ 1mo ago Active
Brevo SMTP – YaySMTP ·smtp-sendinblue 1.3.1 300 1mo ago Active
Brandy Blocks ·brandy-blocks 1.3.4 70 1mo ago Active
YayReviews – Advanced Customer Reviews for WooCommerce ·yay-customer-reviews-woocommerce 1.2.0 70 16d ago Active
Brandy Sites – 20+ WooCommerce Website Starter Templates ·brandy-sites 1.5.4 20 1mo ago Active
YayBoost – Sales Booster for WooCommerce ·yayboost-sales-booster-for-woocommerce 1.2.0 10 1mo ago Active
Yay Wholesale B2B for WooCommerce ·yay-wholesale-b2b 1.1.0 10 29d ago Active

SVN commit access (11)

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
YayMail – WooCommerce Email Customizer yaycommerce 50k+ 236 5y ago 10d ago Active
YaySMTP – WP Mail SMTP with Email Logs, Tracking & Reports yaycommerce 10k+ 144 5y ago 16d ago Active
YayCurrency – WooCommerce Multi-Currency Switcher yaycommerce 8k+ 105 5y ago 1mo ago Active
YayPricing – WooCommerce Dynamic Pricing & Discounts yaycommerce 3k+ 93 3y ago 1mo ago Active
YayExtra – WooCommerce Extra Product Options yaycommerce 1k+ 70 3y ago 1mo ago Active
Brandy Blocks yaycommerce 70 65 2y ago 1mo ago Active
YaySwatches – Variation Swatches for WooCommerce yaycommerce 1k+ 40 3y ago 1mo ago Active
SMTP for Amazon SES – YaySMTP yaycommerce 3k+ 32 5y ago 1mo ago Active
YayReviews – Advanced Customer Reviews for WooCommerce yaycommerce 70 25 11mo ago 16d ago Active
SMTP for SendGrid – YaySMTP yaycommerce 1k+ 21 5y ago 1mo ago Active
Brevo SMTP – YaySMTP yaycommerce 300 18 5y ago 1mo ago Active