Essential Addons for Elementor – Popular Elementor Templates & Widgets

essential-addons-for-elementor-lite · by wpdevteam · wordpress.org ↗ · SVN ↗
Acquired by WPDeveloper. New committers from that team's naming convention are expected and will not fire takeover events. source ↗
Active installs
1M+
Current version
6.8.4
Added
2017-07-20
Last updated
2026-09-16 (5d ago)
First seen by beacon
5mo ago
Total downloads

Statistics

2024-06-17 → 2026-09-10 · 816 days
Downloads today
15,331
7-day total 121,378
Week over week
▼ -91%
vs prior 7 days
30-day trend
rising
▼ -23% MoM
Abandonment
○○○○○
healthy
Downloads/day Linear trend
531k398k266k133k02024-062024-102025-032025-072025-122026-04
476k357k238k119k02026-062026-062026-072026-072026-082026-08
476k357k238k119k02026-082026-082026-082026-082026-092026-09

Active versions

6.8other6.76.66.5
6.8 · 41.3%other · 22.6%6.7 · 12.6%6.6 · 9.3%6.5 · 8.1%6.1 · 6.2%

Ratings

5★
3,924
4★
83
3★
23
2★
17
1★
71

Support: 15/16 resolved

Alerts (0)

No open alerts.

Show 4 resolved alerts
High code_scan_match Resolved · code_scan_fp_class_vendor_cdn_enqueue 2026-05-05 11:18:25 (4mo ago)
Slugessential-addons-for-elementor-lite
Finding count2
Findings
PatternKindFileLineSnippetConfidenceDetails
remote_enqueuebuiltinincludes/Elements/Login_Register.php6,182wp_register_script('eael-recaptcha-v3', "https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args1}", false, EAEL_PLUGIN_VERSION, false);medium
Url
https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args1}
Url host
www.recaptcha.net
remote_enqueuebuiltinincludes/Traits/Enqueue.php48wp_register_script('eael-recaptcha', "https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args}", false, EAEL_PLUGIN_VERSION, false);medium
Url
https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args}
Url host
www.recaptcha.net
Resolved sha0c014dc1fa52f91db5cd9e472c5a7d140a7d9ae9
View raw JSON
{
    "slug": "essential-addons-for-elementor-lite",
    "finding_count": 2,
    "findings": [
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Elements/Login_Register.php",
            "line": 6182,
            "snippet": "wp_register_script('eael-recaptcha-v3', \"https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args1}\", false, EAEL_PLUGIN_VERSION, false);",
            "confidence": "medium",
            "details": {
                "url": "https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args1}",
                "url_host": "www.recaptcha.net"
            }
        },
        {
            "pattern": "remote_enqueue",
            "kind": "builtin",
            "file": "includes/Traits/Enqueue.php",
            "line": 48,
            "snippet": "wp_register_script('eael-recaptcha', \"https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args}\", false, EAEL_PLUGIN_VERSION, false);",
            "confidence": "medium",
            "details": {
                "url": "https://www.recaptcha.net/recaptcha/api.js?{$recaptcha_api_args}",
                "url_host": "www.recaptcha.net"
            }
        }
    ],
    "resolved_sha": "0c014dc1fa52f91db5cd9e472c5a7d140a7d9ae9"
}
Critical code_pattern Resolved · no_longer_matches 2026-04-24 15:56:44 (4mo ago)
Slugessential-addons-for-elementor-lite
Patternunserialize_after_remote_call
Kindbuiltin
Version6.6.2
Hit count1
First hit
File
includes/Classes/WPDeveloper_Plugin_Installer.php
Line
76
Snippet
L57: $response = wp_remote_post( → L76: return unserialize(wp_remote_retrieve_body($response));
Explanationa remote HTTP fetch (`wp_remote_*`/`curl_exec`) is followed by `unserialize`/`maybe_unserialize` within the same file — classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. Legit plugins essentially never do this.
View raw JSON
{
    "slug": "essential-addons-for-elementor-lite",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "6.6.2",
    "hit_count": 1,
    "first_hit": {
        "file": "includes/Classes/WPDeveloper_Plugin_Installer.php",
        "line": 76,
        "snippet": "L57: $response = wp_remote_post(  \u2192  L76: return unserialize(wp_remote_retrieve_body($response));"
    },
    "explanation": "a remote HTTP fetch (`wp_remote_*`/`curl_exec`) is followed by `unserialize`/`maybe_unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget used by EP and most WP supply-chain backdoors. Legit plugins essentially never do this."
}
Critical code_scan_delta Resolved · fp_wporg_official_api 2026-04-24 15:37:31 (4mo ago)
Slugessential-addons-for-elementor-lite
Previous version6.6.2
Current version6.6.2
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinincludes/Classes/WPDeveloper_Plugin_Installer.php76L57: $response = wp_remote_post( → L76: return unserialize(wp_remote_retrieve_body($response));high
New finding count1
View raw JSON
{
    "slug": "essential-addons-for-elementor-lite",
    "previous_version": "6.6.2",
    "current_version": "6.6.2",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "includes/Classes/WPDeveloper_Plugin_Installer.php",
            "line": 76,
            "snippet": "L57: $response = wp_remote_post(  \u2192  L76: return unserialize(wp_remote_retrieve_body($response));",
            "confidence": "high"
        }
    ],
    "new_finding_count": 1
}
Medium bulk_committer_takeover Resolved · superseded 2026-04-21 20:29:07 (5mo ago)
Committerwpdevteam
Member since2017-11-16
Plugins joined5
Spread days175
Earliest join2021-03-23 06:43:31
Latest join2021-09-14 08:44:13
Combined installs3,700,000
Sample plugins
SlugActive installsFirst commit at
essential-addons-for-elementor-lite2,000,0002021-09-14 08:44:13
disable-comments1,000,0002021-04-06 07:53:13
templately400,0002021-04-20 05:39:07
essential-blocks200,0002021-06-30 11:05:06
embedpress100,0002021-03-23 06:43:31
View raw JSON
{
    "committer": "wpdevteam",
    "member_since": "2017-11-16",
    "plugins_joined": 5,
    "spread_days": 175,
    "earliest_join": "2021-03-23 06:43:31",
    "latest_join": "2021-09-14 08:44:13",
    "combined_installs": 3700000,
    "sample_plugins": [
        {
            "slug": "essential-addons-for-elementor-lite",
            "active_installs": 2000000,
            "first_commit_at": "2021-09-14 08:44:13"
        },
        {
            "slug": "disable-comments",
            "active_installs": 1000000,
            "first_commit_at": "2021-04-06 07:53:13"
        },
        {
            "slug": "templately",
            "active_installs": 400000,
            "first_commit_at": "2021-04-20 05:39:07"
        },
        {
            "slug": "essential-blocks",
            "active_installs": 200000,
            "first_commit_at": "2021-06-30 11:05:06"
        },
        {
            "slug": "embedpress",
            "active_installs": 100000,
            "first_commit_at": "2021-03-23 06:43:31"
        }
    ]
}

SVN committers (6)

Accounts with actual commit access to essential-addons-for-elementor-lite 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
WPDeveloper 2017-11-16 217 2021-09-14 · r2598498 2026-08-27 · r3669432
Rupok 2013-01-28 206 2017-11-16 · r1767795 2021-09-01 · r2591924
Codetic 2017-02-09 19 2017-07-20 · r1699287 2017-11-05 · r1758914
PriyoMukul 2014-12-08 17 2022-06-16 · r2743346 2026-07-05 · r3596704
M Asif Rahman 2007-10-08 9 2019-05-31 · r2098296 2020-04-17 · r2285915
plugin-master 2007-03-09 1 2017-07-20 · r1699257 2017-07-20 · r1699257

Readme contributors (9)

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
WPDeveloper 2017-11-16 217 commits Active
Rupok 2013-01-28 206 commits Active
Codetic 2017-02-09 19 commits Active
PriyoMukul 2014-12-08 17 commits Active
M Asif Rahman 2007-10-08 9 commits Active
Himadree 2013-05-17 Active
Jakaria Istauk 2020-02-23 Active
Linkon Miyan 2015-01-23 Active
Nazmul Hasan Robin 2014-11-28 Removed 4mo ago

Versions (100 most recent)

Version Released Download
6.8.3 zip
6.8.2 zip
6.8.1 zip
6.8.0 zip
6.7.1 zip
6.7.2 zip
6.7.3 zip
6.7.0 zip
6.6.10 zip
6.6.11 zip
6.6.8 zip
6.6.9 zip
6.6.6 zip
6.6.7 zip
6.6.5 2026-05-21 · 4mo ago zip
6.6.4 2026-05-13 · 4mo ago zip
6.6.3 2026-04-30 · 4mo ago zip
6.6.2 2026-04-16 · 5mo ago zip
6.6.1 2026-04-15 · 5mo ago zip
6.6.0 2026-04-06 · 5mo ago zip
6.5.13 2026-03-08 · 6mo ago zip
6.5.12 2026-02-22 · 7mo ago zip
6.5.11 2026-02-10 · 7mo ago zip
6.5.10 2026-02-09 · 7mo ago zip
6.5.9 2026-01-26 · 7mo ago zip
6.5.8 2026-01-20 · 8mo ago zip
6.5.7 2026-01-13 · 8mo ago zip
6.5.6 2026-01-12 · 8mo ago zip
6.5.5 2026-01-01 · 8mo ago zip
6.5.4 2025-12-14 · 9mo ago zip
6.5.3 2025-12-03 · 9mo ago zip
6.5.2 2025-11-25 · 9mo ago zip
6.5.1 2025-11-19 · 10mo ago zip
6.5.0 2025-11-18 · 10mo ago zip
6.4.0 2025-10-30 · 10mo ago zip
6.3.3 2025-10-08 · 11mo ago zip
6.3.2 2025-09-18 · 1y ago zip
6.3.1 2025-09-01 · 1y ago zip
6.3.0 2025-08-24 · 1y ago zip
6.2.4 2025-08-14 · 1y ago zip
6.2.3 2025-08-13 · 1y ago zip
6.2.2 2025-07-28 · 1y ago zip
6.2.1 2025-07-20 · 1y ago zip
6.2.0 2025-07-03 · 1y ago zip
6.1.20 2025-06-26 · 1y ago zip
6.1.19 2025-06-20 · 1y ago zip
6.1.18 2025-06-04 · 1y ago zip
6.1.17 2025-06-03 · 1y ago zip
6.1.15 2025-05-29 · 1y ago zip
6.1.14 2025-05-22 · 1y ago zip
6.1.13 2025-05-19 · 1y ago zip
6.1.12 2025-05-18 · 1y ago zip
6.1.11 2025-04-22 · 1y ago zip
6.1.10 2025-04-10 · 1y ago zip
6.1.9 2025-03-24 · 1y ago zip
6.1.8 2025-03-21 · 1y ago zip
6.1.7 2025-03-19 · 1y ago zip
6.1.6 2025-03-19 · 1y ago zip
6.1.5 2025-03-13 · 1y ago zip
6.1.4 2025-02-17 · 1y ago zip
6.1.3 2025-02-17 · 1y ago zip
6.1.2 2025-02-10 · 1y ago zip
6.1.1 2025-01-21 · 1y ago zip
6.1.0 2024-12-29 · 1y ago zip
6.0.15 2024-12-24 · 1y ago zip
6.0.14 2024-12-19 · 1y ago zip
6.0.13 2024-12-15 · 1y ago zip
6.0.12 2024-12-11 · 1y ago zip
6.0.11 2024-12-09 · 1y ago zip
6.0.10 2024-11-14 · 1y ago zip
6.0.9 2024-11-06 · 1y ago zip
6.0.8 2024-10-27 · 1y ago zip
6.0.7 2024-10-09 · 1y ago zip
6.0.6 2024-09-29 · 1y ago zip
6.0.5 2024-09-18 · 2y ago zip
6.0.4 2024-09-09 · 2y ago zip
6.0.3 2024-09-04 · 2y ago zip
6.0.2 2024-08-29 · 2y ago zip
6.0.1 2024-08-19 · 2y ago zip
6.0.0 2024-08-12 · 2y ago zip
5.9.27 2024-07-16 · 2y ago zip
5.9.26 2024-07-11 · 2y ago zip
5.9.25 2024-07-02 · 2y ago zip
5.9.24 2024-06-09 · 2y ago zip
5.9.23 2024-06-05 · 2y ago zip
5.9.22 2024-05-22 · 2y ago zip
5.9.21 2024-05-13 · 2y ago zip
5.9.20 2024-05-08 · 2y ago zip
5.9.19 2024-05-05 · 2y ago zip
5.9.18 2024-04-30 · 2y ago zip
5.9.17 2024-04-25 · 2y ago zip
5.9.16 2024-04-23 · 2y ago zip
5.9.15 2024-04-09 · 2y ago zip
5.9.14 2024-03-28 · 2y ago zip
5.9.13 2024-03-25 · 2y ago zip
5.9.12 2024-03-25 · 2y ago zip
5.9.11 2024-03-13 · 2y ago zip
5.9.10 2024-02-19 · 2y ago zip
5.9.9 2024-02-11 · 2y ago zip
5.9.8 2024-02-01 · 2y ago zip