Solid Central – Site Management, Backups, Security, and Reporting

ithemes-sync · by stellarwp · wordpress.org ↗ · SVN ↗
Active installs
30k+
Current version
3.2.9
Added
2017-06-02
Last updated
2026-02-18 (3mo ago)
First seen by beacon
1mo ago
Total downloads
1,385,187

Alerts (0)

No open alerts.

Show 1 resolved alert
High code_scan_match Resolved · code_scan_fp_class_vendor_cdn_enqueue 2026-05-05 12:06:20 (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"
}

SVN committers (6)

Accounts with actual commit access to ithemes-sync 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
Lew Ayotte 2008-03-17 25 2017-06-21 · r1682607 2020-05-20 · r2309135
Josh 2019-09-26 17 2020-05-21 · r2309644 2023-10-10 · r2977227
iThemes 2010-01-14 12 2017-06-02 · r1669854 2017-06-02 · r1669889
John Hooks 2023-02-17 9 2023-08-24 · r2957983 2026-02-18 · r3464606
Timothy Jacobs 2012-05-26 4 2024-08-28 · r3143059 2025-04-02 · r3265356
Samuel Wood (Otto) 2006-04-12 1 2017-06-02 · r1669820 2017-06-02 · r1669820

Readme contributors (6)

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
Josh 2019-09-26 17 commits Active
iThemes 2010-01-14 12 commits Active
John Hooks 2023-02-17 9 commits Active
Timothy Jacobs 2012-05-26 4 commits Active
SolidWP 2022-11-07 Active
StellarWP 2018-06-09 Active

Versions (45 most recent)

Version Released Download
3.2.9 2026-02-18 · 3mo ago zip
3.2.8 2025-10-22 · 7mo ago zip
3.2.7 2025-07-21 · 10mo ago zip
3.2.6 2025-07-02 · 10mo ago zip
3.2.5 2025-06-16 · 11mo ago zip
3.2.4 2025-05-15 · 1y ago zip
3.2.3 2025-04-02 · 1y ago zip
3.2.2 2025-03-13 · 1y ago zip
3.2.1 2024-09-24 · 1y ago zip
3.2.0 2024-09-18 · 1y ago zip
3.1.0 2024-08-28 · 1y ago zip
3.0.1 2023-11-07 · 2y ago zip
3.0.0 2023-10-10 · 2y ago zip
2.1.14 2023-08-24 · 2y ago zip
2.1.13 2023-01-26 · 3y ago zip
2.1.12 2022-11-03 · 3y ago zip
2.1.11 2022-11-02 · 3y ago zip
2.1.10 2022-09-29 · 3y ago zip
2.1.9 2022-01-24 · 4y ago zip
2.1.8 2020-12-02 · 5y ago zip
2.1.7 2020-08-12 · 5y ago zip
2.1.6 2020-05-21 · 6y ago zip
2.1.5 2020-04-03 · 6y ago zip
2.1.4.1 2020-03-18 · 6y ago zip
2.1.4 2020-03-17 · 6y ago zip
2.1.3.1 2020-02-18 · 6y ago zip
2.1.3 2020-02-14 · 6y ago zip
2.1.2 2020-02-12 · 6y ago zip
2.1.1 2020-01-10 · 6y ago zip
2.1.0 2019-11-05 · 6y ago zip
2.0.18 2019-10-09 · 6y ago zip
2.0.17 2019-08-13 · 6y ago zip
2.0.16 2019-08-13 · 6y ago zip
2.0.15 2019-03-06 · 7y ago zip
2.0.14 2019-02-25 · 7y ago zip
2.0.13 2019-02-25 · 7y ago zip
2.0.12 2018-10-24 · 7y ago zip
2.0.11 2018-10-04 · 7y ago zip
2.0.10 2018-08-13 · 7y ago zip
2.0.9 2018-05-25 · 7y ago zip
2.0.4 2017-12-21 · 8y ago zip
2.0.3 2017-10-24 · 8y ago zip
2.0.2 2017-08-09 · 8y ago zip
2.0.1 2017-06-21 · 8y ago zip
2.0.0 2017-06-02 · 8y ago zip