StellarWP

Member since
2018-06-09
Location
We're Global!
Employer
StellarWP
Job title
Authored
24 (2 closed)
SVN commit access
8 (1 closed)
Readme contributor
0
Combined install base
2.9M+ across 25 plugins

Alerts (0)

No open alerts.

Show 7 resolved alerts
Critical bulk_committer_takeover Membership Plugin – Restrict Content Resolved · no_longer_matches 18d ago
Committerjthillithemes
Member since2020-08-13
Plugins joined15
Spread days155
Earliest join2021-04-12 15:55:39
Latest join2021-09-15 02:36:08
Combined installs10,000
Sample plugins
SlugActive installsFirst commit at
restrict-content9,0002021-04-12 15:55:39
wpcomplete1,0002021-08-24 20:21:24
mail-chimp-add-on-for-restrict-content-pro02021-09-15 02:36:08
rcp-authorize-net02021-09-15 00:56:22
rcp-edd-member-downloads02021-09-14 20:02:57
rcp-edd-wallet02021-09-14 21:38:36
rcp-limited-quantity-available02021-09-14 18:26:03
rcp-strong-passwords02021-09-14 20:51:44
restrict-content-pro-bbpress02021-09-14 20:23:04
restrict-content-pro-campaign-monitor02021-05-27 17:52:49
View raw JSON
{
    "committer": "jthillithemes",
    "member_since": "2020-08-13",
    "plugins_joined": 15,
    "spread_days": 155,
    "earliest_join": "2021-04-12 15:55:39",
    "latest_join": "2021-09-15 02:36:08",
    "combined_installs": 10000,
    "sample_plugins": [
        {
            "slug": "restrict-content",
            "active_installs": 9000,
            "first_commit_at": "2021-04-12 15:55:39"
        },
        {
            "slug": "wpcomplete",
            "active_installs": 1000,
            "first_commit_at": "2021-08-24 20:21:24"
        },
        {
            "slug": "mail-chimp-add-on-for-restrict-content-pro",
            "active_installs": 0,
            "first_commit_at": "2021-09-15 02:36:08"
        },
        {
            "slug": "rcp-authorize-net",
            "active_installs": 0,
            "first_commit_at": "2021-09-15 00:56:22"
        },
        {
            "slug": "rcp-edd-member-downloads",
            "active_installs": 0,
            "first_commit_at": "2021-09-14 20:02:57"
        },
        {
            "slug": "rcp-edd-wallet",
            "active_installs": 0,
            "first_commit_at": "2021-09-14 21:38:36"
        },
        {
            "slug": "rcp-limited-quantity-available",
            "active_installs": 0,
            "first_commit_at": "2021-09-14 18:26:03"
        },
        {
            "slug": "rcp-strong-passwords",
            "active_installs": 0,
            "first_commit_at": "2021-09-14 20:51:44"
        },
        {
            "slug": "restrict-content-pro-bbpress",
            "active_installs": 0,
            "first_commit_at": "2021-09-14 20:23:04"
        },
        {
            "slug": "restrict-content-pro-campaign-monitor",
            "active_installs": 0,
            "first_commit_at": "2021-05-27 17:52:49"
        }
    ]
}
High code_scan_match Solid Central – Site Management, Backups, Security, and Reporting Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d ago
Slugithemes-sync
Finding count8
Findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltinadmin.php98wp_enqueue_style( 'ithemes-updater-admin-notice-style', "$path_url/css/admin-notice.css", [], '3.0.0' );medium
remote_enqueuebuiltinadmin.php99wp_enqueue_script( 'ithemes-updater-admin-notice-script', "$path_url/js/admin-notice.js", [ 'jquery' ], '3.0.0' );medium
remote_enqueuebuiltinadmin.php113wp_enqueue_style( 'ithemes-updater-admin-notice-style', "$path_url/css/admin-notice.css", [], '3.0.0' );medium
remote_enqueuebuiltinadmin.php114wp_enqueue_script( 'ithemes-updater-admin-notice-script', "$path_url/js/admin-notice.js", [ 'jquery' ], '3.0.0' );medium
remote_enqueuebuiltinlib/updater/settings-page.php49wp_enqueue_script( 'ithemes-updater-settings-page-script', "{$this->path_url}/js/settings-page.js", array(), 3 );medium
remote_enqueuebuiltinlib/updater/settings-page.php53wp_enqueue_style( 'ithemes-updater-settings-page-style', "{$this->path_url}/css/settings-page.css", array(), 4 );medium
remote_enqueuebuiltinsettings-page.php50wp_enqueue_style( 'ithemes-updater-settings-page-style', "{$this->path_url}/css/settings-page.css", [], '3.0.0' );medium
remote_enqueuebuiltinsettings-page.php60wp_enqueue_script( $var, "{$this->path_url}/js/settings-page.js", [ 'jquery' ], '3.0.0' );medium
Resolved sha1662c3983c4b6266560c1d303343aad89c476d41
View raw JSON
{
    "slug": "ithemes-sync",
    "finding_count": 8,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin.php",
            "line": 98,
            "snippet": "wp_enqueue_style( 'ithemes-updater-admin-notice-style', \"$path_url/css/admin-notice.css\", [], '3.0.0' );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin.php",
            "line": 99,
            "snippet": "wp_enqueue_script( 'ithemes-updater-admin-notice-script', \"$path_url/js/admin-notice.js\", [ 'jquery' ], '3.0.0' );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin.php",
            "line": 113,
            "snippet": "wp_enqueue_style( 'ithemes-updater-admin-notice-style', \"$path_url/css/admin-notice.css\", [], '3.0.0' );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "admin.php",
            "line": 114,
            "snippet": "wp_enqueue_script( 'ithemes-updater-admin-notice-script', \"$path_url/js/admin-notice.js\", [ 'jquery' ], '3.0.0' );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "lib/updater/settings-page.php",
            "line": 49,
            "snippet": "wp_enqueue_script( 'ithemes-updater-settings-page-script', \"{$this->path_url}/js/settings-page.js\", array(), 3 );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "lib/updater/settings-page.php",
            "line": 53,
            "snippet": "wp_enqueue_style( 'ithemes-updater-settings-page-style', \"{$this->path_url}/css/settings-page.css\", array(), 4 );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "settings-page.php",
            "line": 50,
            "snippet": "wp_enqueue_style( 'ithemes-updater-settings-page-style', \"{$this->path_url}/css/settings-page.css\", [], '3.0.0' );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "settings-page.php",
            "line": 60,
            "snippet": "wp_enqueue_script( $var, \"{$this->path_url}/js/settings-page.js\", [ 'jquery' ], '3.0.0' );",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "1662c3983c4b6266560c1d303343aad89c476d41"
}
High code_scan_match GiveWP – Donation Plugin and Fundraising Platform Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d ago
Sluggive
Finding count2
Findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltinincludes/forms/widget.php93wp_enqueue_script( "{$this->scriptHandle}-js", $js_dir . 'js/admin-widgets.js', [ 'give-admin-scripts' ], GIVE_VERSION, false );medium
remote_enqueuebuiltinincludes/forms/widget.php94wp_enqueue_style( "{$this->scriptHandle}-css", $js_dir . 'css/admin-widgets.css', [], GIVE_VERSION, false );medium
Resolved shad8f55661fad3d85d635573b6732d9309c269f411
View raw JSON
{
    "slug": "give",
    "finding_count": 2,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/forms/widget.php",
            "line": 93,
            "snippet": "wp_enqueue_script( \"{$this->scriptHandle}-js\", $js_dir . 'js/admin-widgets.js', [ 'give-admin-scripts' ], GIVE_VERSION, false );",
            "confidence": "medium"
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/forms/widget.php",
            "line": 94,
            "snippet": "wp_enqueue_style( \"{$this->scriptHandle}-css\", $js_dir . 'css/admin-widgets.css', [], GIVE_VERSION, false );",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "d8f55661fad3d85d635573b6732d9309c269f411"
}
High code_scan_match Kadence Blocks — Page Builder Toolkit for Gutenberg Editor Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d ago
Slugkadence-blocks
Finding count3
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/blocks/class-kadence-blocks-form-block.php806wp_register_script( 'kadence-blocks-google-recaptcha-v3', 'https://www.google.com/recaptcha/api.js?render=' . esc_attr( $recaptcha_site_key ) . $recaptcha_lang, array(), KADENCE_BLOCKS_VERSION, truemedium
Url
https://www.google.com/recaptcha/api.js?render=
Url host
www.google.com
remote_enqueuebuiltinincludes/blocks/class-kadence-blocks-form-block.php809wp_register_script( 'kadence-blocks-google-recaptcha-v2', 'https://www.google.com/recaptcha/api.js?render=explicit&onload=kbOnloadV2Callback' . $recaptcha_lang, array( 'jquery' ), KADENCE_BLOCKS_VERmedium
Url
https://www.google.com/recaptcha/api.js?render=explicit&onload=kbOnloadV2Callback
Url host
www.google.com
remote_enqueuebuiltinincludes/blocks/form/class-kadence-blocks-captcha-block.php189wp_register_script( 'kadence-blocks-hcaptcha', 'https://js.hcaptcha.com/1/api.js', [], null, true );medium
Url
https://js.hcaptcha.com/1/api.js
Url host
js.hcaptcha.com
Resolved sha056754224617b076103298d42bde3bbfbfc781d4
View raw JSON
{
    "slug": "kadence-blocks",
    "finding_count": 3,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/blocks/class-kadence-blocks-form-block.php",
            "line": 806,
            "snippet": "wp_register_script( 'kadence-blocks-google-recaptcha-v3', 'https://www.google.com/recaptcha/api.js?render=' . esc_attr( $recaptcha_site_key ) . $recaptcha_lang, array(), KADENCE_BLOCKS_VERSION, true",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=",
                "url_host": "www.google.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/blocks/class-kadence-blocks-form-block.php",
            "line": 809,
            "snippet": "wp_register_script( 'kadence-blocks-google-recaptcha-v2', 'https://www.google.com/recaptcha/api.js?render=explicit&onload=kbOnloadV2Callback' . $recaptcha_lang, array( 'jquery' ), KADENCE_BLOCKS_VER",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=explicit&onload=kbOnloadV2Callback",
                "url_host": "www.google.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/blocks/form/class-kadence-blocks-captcha-block.php",
            "line": 189,
            "snippet": "wp_register_script( 'kadence-blocks-hcaptcha', 'https://js.hcaptcha.com/1/api.js', [], null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.hcaptcha.com/1/api.js",
                "url_host": "js.hcaptcha.com"
            }
        }
    ],
    "resolved_sha": "056754224617b076103298d42bde3bbfbfc781d4"
}
High code_scan_match Solid Security – Password, Two Factor Authentication, and Brute Force Protection Resolved · code_scan_fp_class_vendor_cdn_enqueue 17d ago
Slugbetter-wp-security
Finding count1
Findings
PatternKindFileLineSnippetConfidence
remote_enqueuebuiltinlib/icon-fonts/init.php44wp_enqueue_style( 'ithemes-icon-font', "$url/icon-fonts.css" );medium
Resolved sha639e942e709ff22d93f34e1b8d356e1f1a5a7b31
View raw JSON
{
    "slug": "better-wp-security",
    "finding_count": 1,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "lib/icon-fonts/init.php",
            "line": 44,
            "snippet": "wp_enqueue_style( 'ithemes-icon-font', \"$url/icon-fonts.css\" );",
            "confidence": "medium"
        }
    ],
    "resolved_sha": "639e942e709ff22d93f34e1b8d356e1f1a5a7b31"
}
High code_scan_delta Membership Plugin – Restrict Content Resolved · false_positive_cdn_known_good 22d ago
Slugrestrict-content
Previous version3.2.26
Current version3.2.26
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltincore/includes/scripts.php221wp_register_script( 'recaptcha-v2', 'https://www.google.com/recaptcha/api.js', array(), RCP_PLUGIN_VERSION );medium
Url
https://www.google.com/recaptcha/api.js
Url host
www.google.com
New finding count1
View raw JSON
{
    "slug": "restrict-content",
    "previous_version": "3.2.26",
    "current_version": "3.2.26",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "core/includes/scripts.php",
            "line": 221,
            "snippet": "wp_register_script( 'recaptcha-v2', 'https://www.google.com/recaptcha/api.js', array(), RCP_PLUGIN_VERSION );",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js",
                "url_host": "www.google.com"
            }
        }
    ],
    "new_finding_count": 1
}
High code_scan_delta Kadence Blocks — Page Builder Toolkit for Gutenberg Editor Resolved · false_positive_cdn_known_good 22d ago
Slugkadence-blocks
Previous version3.6.7
Current version3.6.7
New findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/blocks/form/class-kadence-blocks-captcha-block.php189wp_register_script( 'kadence-blocks-hcaptcha', 'https://js.hcaptcha.com/1/api.js', [], null, true );medium
Url
https://js.hcaptcha.com/1/api.js
Url host
js.hcaptcha.com
remote_enqueuebuiltinincludes/blocks/class-kadence-blocks-form-block.php806wp_register_script( 'kadence-blocks-google-recaptcha-v3', 'https://www.google.com/recaptcha/api.js?render=' . esc_attr( $recaptcha_site_key ) . $recaptcha_lang, array(), KADENCE_BLOCKS_VERSION, truemedium
Url
https://www.google.com/recaptcha/api.js?render=
Url host
www.google.com
remote_enqueuebuiltinincludes/blocks/class-kadence-blocks-form-block.php809wp_register_script( 'kadence-blocks-google-recaptcha-v2', 'https://www.google.com/recaptcha/api.js?render=explicit&onload=kbOnloadV2Callback' . $recaptcha_lang, array( 'jquery' ), KADENCE_BLOCKS_VERmedium
Url
https://www.google.com/recaptcha/api.js?render=explicit&onload=kbOnloadV2Callback
Url host
www.google.com
New finding count3
View raw JSON
{
    "slug": "kadence-blocks",
    "previous_version": "3.6.7",
    "current_version": "3.6.7",
    "new_findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/blocks/form/class-kadence-blocks-captcha-block.php",
            "line": 189,
            "snippet": "wp_register_script( 'kadence-blocks-hcaptcha', 'https://js.hcaptcha.com/1/api.js', [], null, true );",
            "confidence": "medium",
            "details": {
                "url": "https://js.hcaptcha.com/1/api.js",
                "url_host": "js.hcaptcha.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/blocks/class-kadence-blocks-form-block.php",
            "line": 806,
            "snippet": "wp_register_script( 'kadence-blocks-google-recaptcha-v3', 'https://www.google.com/recaptcha/api.js?render=' . esc_attr( $recaptcha_site_key ) . $recaptcha_lang, array(), KADENCE_BLOCKS_VERSION, true",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=",
                "url_host": "www.google.com"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/blocks/class-kadence-blocks-form-block.php",
            "line": 809,
            "snippet": "wp_register_script( 'kadence-blocks-google-recaptcha-v2', 'https://www.google.com/recaptcha/api.js?render=explicit&onload=kbOnloadV2Callback' . $recaptcha_lang, array( 'jquery' ), KADENCE_BLOCKS_VER",
            "confidence": "medium",
            "details": {
                "url": "https://www.google.com/recaptcha/api.js?render=explicit&onload=kbOnloadV2Callback",
                "url_host": "www.google.com"
            }
        }
    ],
    "new_finding_count": 3
}

Plugins authored (24)

Plugin Version Installs Last updated Status
Solid Security – Password, Two Factor Authentication, and Brute Force Protection ·better-wp-security 9.4.7 700k+ 1mo ago Active
The Events Calendar ·the-events-calendar 6.15.20 700k+ 1mo ago Active
Kadence Blocks — Page Builder Toolkit for Gutenberg Editor ·kadence-blocks 3.6.7 600k+ 1mo ago Active
AI Powered Starter Templates by Kadence WP ·kadence-starter-templates 2.2.14 300k+ 5mo ago Active
GiveWP – Donation Plugin and Fundraising Platform ·give 4.14.6 100k+ 29d ago Active
Image Widget ·image-widget 4.4.12 100k+ 1mo ago Active
Kadence WooCommerce Email Designer ·kadence-woocommerce-email-designer 1.5.18 100k+ 6mo ago Active
Event Tickets and Registration ·event-tickets 5.27.6.1 90k+ 1mo ago Active
Solid Central – Site Management, Backups, Security, and Reporting ·ithemes-sync 3.2.9 30k+ 3mo ago Active
Virtue/Ascend/Pinnacle Toolkit ·virtue-toolkit 4.9.12 30k+ 3mo ago Active
Membership Plugin – Restrict Content ·restrict-content 3.2.26 9k+ 1mo ago Active
GiveWP Donation Widgets for Elementor ·givewp-donation-widgets-for-elementor 2.0.2 7k+ 10mo ago Active
The Events Calendar: Category Colors ·the-events-calendar-category-colors 7.4.2 5k+ 8mo ago Active
Bookit — Booking & Appointment Calendar ·bookit 2.5.4.1 4k+ 1mo ago Active
Advanced Post Manager ·advanced-post-manager 4.5.5 4k+ 8mo ago Active
Kadence for WooCommerce and Elementor ·kadence-woocommerce-elementor 1.0.12 3k+ 7mo ago Active
Solid Performance – Your No-Code Caching, Performance, & Page Speed Solution ·solid-performance 1.9.0 3k+ 2mo ago Active
WPComplete ·wpcomplete 2.9.5.5 1k+ 18d ago Active
Give – Divi Donation Modules ·give-donation-modules-for-divi 2.0.1 600 1y ago Active
Give – Cloudflare Turnstile ·give-cloudflare-turnstile 1.1.0 400 1y ago Active
StellarPay – Stripe Payment Gateway for WooCommerce ·stellarpay 1.9.1 200 9mo ago Active
Iconic Delivery Slots: Addon for Google Calendar ·iconic-delivery-slots-addon-google-calendar 1.0.3 10 4mo ago Active
Donation Form Block for Stripe ·donation-block-for-stripe-by-givewp 1.3.1 Closed
LearnDash LMS – Reports ·wisdm-reports-for-learndash 1.8.2.2 Closed

SVN commit access (8)

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
StellarPay – Stripe Payment Gateway for WooCommerce stellarwp 200 21 1y ago 9mo ago Active
Kadence Blocks — Page Builder Toolkit for Gutenberg Editor stellarwp 600k+ 12 4mo ago 1mo ago Active
Solid Mail – SMTP email and logging made by SolidWP solidwp 70k+ 4 1y ago 1y ago Active
Virtue/Ascend/Pinnacle Toolkit stellarwp 30k+ 3 3mo ago 3mo ago Active
Bookit — Booking & Appointment Calendar stellarwp 4k+ 3 1y ago 1y ago Active
WPComplete stellarwp 1k+ 2 10mo ago 10mo ago Active
LearnDash LMS – Reports stellarwp 2 1y ago 1y ago Closed
AI Powered Starter Templates by Kadence WP stellarwp 300k+ 1 5mo ago 5mo ago Active