Popup Maker and Popup Anything – Popup for opt-ins and Lead Generation Conversions

popup-anything-on-click · by essentialplugin · wordpress.org ↗ · SVN ↗
Acquired by EssentialPlugin (malicious campaign) on 2025-05-12. New committers from that team's naming convention are expected and will not fire takeover events. source ↗
This plugin is closed on wordpress.org. Closed 2026-04-07.
Active installs
30k+
Current version
2.9.1.1
Added
Last updated
First seen by beacon
10d ago
Total downloads

Alerts (0)

No open alerts.

Show 22 resolved alerts
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
Patternanalytics.essentialplugin.com
Kindioc:domain
Version2.9.1.1
Hit count6
First hit
File
popup-anything-on-click.php
Line
35
Snippet
<p><?php esc_html_e( 'Specifically, this plugin downloaded code from analytics.essentialplugin.com and installed it in your site, while the specific case can differ, we know that they were installin
Explanation
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "analytics.essentialplugin.com",
    "kind": "ioc:domain",
    "version": "2.9.1.1",
    "hit_count": 6,
    "first_hit": {
        "file": "popup-anything-on-click.php",
        "line": 35,
        "snippet": "<p><?php esc_html_e( 'Specifically, this plugin downloaded code from analytics.essentialplugin.com and installed it in your site, while the specific case can differ, we know that they were installin"
    },
    "explanation": null
}
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
PatternPlugin Wpos Analytics Data Starts
Kindioc:code_pattern
Version2.9.1.1
Hit count1
First hit
File
popup-anything-on-click.php
Line
342
Snippet
/* Plugin Wpos Analytics Data Starts */
Explanation
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "Plugin Wpos Analytics Data Starts",
    "kind": "ioc:code_pattern",
    "version": "2.9.1.1",
    "hit_count": 1,
    "first_hit": {
        "file": "popup-anything-on-click.php",
        "line": 342,
        "snippet": "/* Plugin Wpos Analytics Data Starts */"
    },
    "explanation": null
}
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
Patternunserialize_after_remote_call
Kindbuiltin
Version2.9.1.1
Hit count1
First hit
File
wpos-analytics/includes/class-anylc-admin.php
Line
696
Snippet
L690: $data = @file_get_contents($url); → L696: $info = @unserialize($data);
Explanationa remote HTTP fetch (`wp_remote_*` / `curl_exec`) is followed by `@unserialize` within the same file — classic PHP Object Injection C2 gadget. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak. A real finding regardless of author intent: any plugin that deserializes remote responses without validation is a latent RCE chain if the remote endpoint is ever compromised.
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "unserialize_after_remote_call",
    "kind": "builtin",
    "version": "2.9.1.1",
    "hit_count": 1,
    "first_hit": {
        "file": "wpos-analytics/includes/class-anylc-admin.php",
        "line": 696,
        "snippet": "L690: $data = @file_get_contents($url);  \u2192  L696: $info = @unserialize($data);"
    },
    "explanation": "a remote HTTP fetch (`wp_remote_*` / `curl_exec`) is followed by `@unserialize` within the same file \u2014 classic PHP Object Injection C2 gadget. The error-suppressed form is the tell: legit code wants to know when deserialize fails; attackers suppress so malformed gadgets do not leak. A real finding regardless of author intent: any plugin that deserializes remote responses without validation is a latent RCE chain if the remote endpoint is ever compromised."
}
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
PatternWpos_Anylc_Admin
Kindioc:code_pattern
Version2.9.1.1
Hit count6
First hit
File
wpos-analytics/includes/class-anylc-admin.php
Line
15
Snippet
class Wpos_Anylc_Admin {
Explanation
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "Wpos_Anylc_Admin",
    "kind": "ioc:code_pattern",
    "version": "2.9.1.1",
    "hit_count": 6,
    "first_hit": {
        "file": "wpos-analytics/includes/class-anylc-admin.php",
        "line": 15,
        "snippet": "class Wpos_Anylc_Admin {"
    },
    "explanation": null
}
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
Patternwpos_rest_api_init
Kindioc:code_pattern
Version2.9.1.1
Hit count2
First hit
File
wpos-analytics/includes/class-anylc-admin.php
Line
72
Snippet
add_action( 'rest_api_init', array($this, 'wpos_rest_api_init') );
Explanation
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "wpos_rest_api_init",
    "kind": "ioc:code_pattern",
    "version": "2.9.1.1",
    "hit_count": 2,
    "first_hit": {
        "file": "wpos-analytics/includes/class-anylc-admin.php",
        "line": 72,
        "snippet": "add_action( 'rest_api_init', array($this, 'wpos_rest_api_init') );"
    },
    "explanation": null
}
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
Patternwpos_handle_analytics_request
Kindioc:code_pattern
Version2.9.1.1
Hit count2
First hit
File
wpos-analytics/includes/class-anylc-admin.php
Line
593
Snippet
'callback' => array( $this, 'wpos_handle_analytics_request' ),
Explanation
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "wpos_handle_analytics_request",
    "kind": "ioc:code_pattern",
    "version": "2.9.1.1",
    "hit_count": 2,
    "first_hit": {
        "file": "wpos-analytics/includes/class-anylc-admin.php",
        "line": 593,
        "snippet": "'callback'            => array( $this, 'wpos_handle_analytics_request' ),"
    },
    "explanation": null
}
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
Patternwpos_get_plugin_version_by_file
Kindioc:code_pattern
Version2.9.1.1
Hit count2
First hit
File
wpos-analytics/includes/class-anylc-admin.php
Line
657
Snippet
$version = $this->wpos_get_plugin_version_by_file($matching_product['file']);
Explanation
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "wpos_get_plugin_version_by_file",
    "kind": "ioc:code_pattern",
    "version": "2.9.1.1",
    "hit_count": 2,
    "first_hit": {
        "file": "wpos-analytics/includes/class-anylc-admin.php",
        "line": 657,
        "snippet": "$version = $this->wpos_get_plugin_version_by_file($matching_product['file']);"
    },
    "explanation": null
}
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
Patternwpos_process_monthly_data
Kindioc:code_pattern
Version2.9.1.1
Hit count3
First hit
File
wpos-analytics/includes/class-anylc-admin.php
Line
545
Snippet
$this->wpos_process_monthly_data( $this->analytics_slugs );
Explanation
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "wpos_process_monthly_data",
    "kind": "ioc:code_pattern",
    "version": "2.9.1.1",
    "hit_count": 3,
    "first_hit": {
        "file": "wpos-analytics/includes/class-anylc-admin.php",
        "line": 545,
        "snippet": "$this->wpos_process_monthly_data( $this->analytics_slugs );"
    },
    "explanation": null
}
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
Patternhttps://analytics.essentialplugin.com
Kindioc:url
Version2.9.1.1
Hit count5
First hit
File
wpos-analytics/includes/class-anylc-admin.php
Line
17
Snippet
public $analytics_endpoint = 'https://analytics.essentialplugin.com';
Explanation
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "https://analytics.essentialplugin.com",
    "kind": "ioc:url",
    "version": "2.9.1.1",
    "hit_count": 5,
    "first_hit": {
        "file": "wpos-analytics/includes/class-anylc-admin.php",
        "line": 17,
        "snippet": "public $analytics_endpoint\t= 'https://analytics.essentialplugin.com';"
    },
    "explanation": null
}
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
Pattern$analytics_endpoint
Kindioc:code_pattern
Version2.9.1.1
Hit count1
First hit
File
wpos-analytics/includes/class-anylc-admin.php
Line
17
Snippet
public $analytics_endpoint = 'https://analytics.essentialplugin.com';
Explanation
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "$analytics_endpoint",
    "kind": "ioc:code_pattern",
    "version": "2.9.1.1",
    "hit_count": 1,
    "first_hit": {
        "file": "wpos-analytics/includes/class-anylc-admin.php",
        "line": 17,
        "snippet": "public $analytics_endpoint\t= 'https://analytics.essentialplugin.com';"
    },
    "explanation": null
}
Critical code_pattern Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
Patternwpos_monthly_cron_hook
Kindioc:code_pattern
Version2.9.1.1
Hit count4
First hit
File
wpos-analytics/includes/class-anylc-admin.php
Line
69
Snippet
add_action( 'wpos_monthly_cron_hook', array($this, 'wpos_monthly_cron_hook_fn') );
Explanation
View raw JSON
{
    "slug": "popup-anything-on-click",
    "pattern": "wpos_monthly_cron_hook",
    "kind": "ioc:code_pattern",
    "version": "2.9.1.1",
    "hit_count": 4,
    "first_hit": {
        "file": "wpos-analytics/includes/class-anylc-admin.php",
        "line": 69,
        "snippet": "add_action( 'wpos_monthly_cron_hook', array($this, 'wpos_monthly_cron_hook_fn') );"
    },
    "explanation": null
}
Medium author_younger_than_plugin Resolved · audit:malicious 2026-04-27 11:03:30 (5d ago)
Slugpopup-anything-on-click
Author slugessentialplugin
Author display nameessentialplugin
Author employerEssential Plugin
Author member since2025-05-12
Earliest plugin commit2017-07-05 22:09:45
Plugin age at author join2,867
Author age now days350
Prior committersplugin-master wponlinesupport anoopranawat frantorres
Active installs30,000
View raw JSON
{
    "slug": "popup-anything-on-click",
    "author_slug": "essentialplugin",
    "author_display_name": "essentialplugin",
    "author_employer": "Essential Plugin",
    "author_member_since": "2025-05-12",
    "earliest_plugin_commit": "2017-07-05 22:09:45",
    "plugin_age_at_author_join": 2867,
    "author_age_now_days": 350,
    "prior_committers": [
        "plugin-master",
        "wponlinesupport",
        "anoopranawat",
        "frantorres"
    ],
    "active_installs": 30000
}
Critical bulk_committer_takeover Resolved · audit:malicious 2026-04-25 10:31:35 (7d ago)
Committeressentialplugin
Member since2025-05-12
Plugins joined31
Spread days281
Earliest join2025-05-15 07:40:24
Latest join2026-02-20 19:27:33
Combined installs180,000
Sample plugins
SlugActive installsFirst commit at
popup-anything-on-click30,0002025-09-07 13:23:54
wp-logo-showcase-responsive-slider-slider30,0002025-09-07 14:26:12
countdown-timer-ultimate20,0002025-08-08 17:09:06
wp-responsive-recent-post-slider20,0002025-11-12 15:49:12
sp-news-and-widget10,0002025-11-12 14:44:05
wp-slick-slider-and-image-carousel10,0002025-11-12 16:33:07
album-and-image-gallery-plus-lightbox9,0002025-11-12 11:35:26
wp-testimonial-with-widget9,0002025-11-12 13:45:04
wp-blog-and-widgets8,0002025-11-12 14:05:04
meta-slider-and-carousel-with-lightbox5,0002025-11-12 12:47:54
View raw JSON
{
    "committer": "essentialplugin",
    "member_since": "2025-05-12",
    "plugins_joined": 31,
    "spread_days": 281,
    "earliest_join": "2025-05-15 07:40:24",
    "latest_join": "2026-02-20 19:27:33",
    "combined_installs": 180000,
    "sample_plugins": [
        {
            "slug": "popup-anything-on-click",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 13:23:54"
        },
        {
            "slug": "wp-logo-showcase-responsive-slider-slider",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 14:26:12"
        },
        {
            "slug": "countdown-timer-ultimate",
            "active_installs": 20000,
            "first_commit_at": "2025-08-08 17:09:06"
        },
        {
            "slug": "wp-responsive-recent-post-slider",
            "active_installs": 20000,
            "first_commit_at": "2025-11-12 15:49:12"
        },
        {
            "slug": "sp-news-and-widget",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 14:44:05"
        },
        {
            "slug": "wp-slick-slider-and-image-carousel",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 16:33:07"
        },
        {
            "slug": "album-and-image-gallery-plus-lightbox",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 11:35:26"
        },
        {
            "slug": "wp-testimonial-with-widget",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 13:45:04"
        },
        {
            "slug": "wp-blog-and-widgets",
            "active_installs": 8000,
            "first_commit_at": "2025-11-12 14:05:04"
        },
        {
            "slug": "meta-slider-and-carousel-with-lightbox",
            "active_installs": 5000,
            "first_commit_at": "2025-11-12 12:47:54"
        }
    ]
}
Critical code_scan_delta Resolved · ep_tracking_dupe 2026-04-24 15:22:59 (7d ago)
Slugpopup-anything-on-click
Previous version2.9.1.1
Current version2.9.1.1
New findings
PatternKindFileLineSnippetConfidence
unserialize_after_remote_callbuiltinwpos-analytics/includes/class-anylc-admin.php696L690: $data = @file_get_contents($url); → L696: $info = @unserialize($data);high
New finding count1
View raw JSON
{
    "slug": "popup-anything-on-click",
    "previous_version": "2.9.1.1",
    "current_version": "2.9.1.1",
    "new_findings": [
        {
            "pattern": "unserialize_after_remote_call",
            "kind": "builtin",
            "file": "wpos-analytics/includes/class-anylc-admin.php",
            "line": 696,
            "snippet": "L690: $data = @file_get_contents($url);  \u2192  L696: $info = @unserialize($data);",
            "confidence": "high"
        }
    ],
    "new_finding_count": 1
}
Critical bulk_committer_takeover Resolved · deduped 2026-04-21 23:49:28 (10d ago)
Committeressentialplugin
Member since2025-05-12
Plugins joined31
Spread days281
Earliest join2025-05-15 07:40:24
Latest join2026-02-20 19:27:33
Combined installs180,000
Sample plugins
SlugActive installsFirst commit at
popup-anything-on-click30,0002025-09-07 13:23:54
wp-logo-showcase-responsive-slider-slider30,0002025-09-07 14:26:12
countdown-timer-ultimate20,0002025-08-08 17:09:06
wp-responsive-recent-post-slider20,0002025-11-12 15:49:12
sp-news-and-widget10,0002025-11-12 14:44:05
wp-slick-slider-and-image-carousel10,0002025-11-12 16:33:07
album-and-image-gallery-plus-lightbox9,0002025-11-12 11:35:26
wp-testimonial-with-widget9,0002025-11-12 13:45:04
wp-blog-and-widgets8,0002025-11-12 14:05:04
meta-slider-and-carousel-with-lightbox5,0002025-11-12 12:47:54
View raw JSON
{
    "committer": "essentialplugin",
    "member_since": "2025-05-12",
    "plugins_joined": 31,
    "spread_days": 281,
    "earliest_join": "2025-05-15 07:40:24",
    "latest_join": "2026-02-20 19:27:33",
    "combined_installs": 180000,
    "sample_plugins": [
        {
            "slug": "popup-anything-on-click",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 13:23:54"
        },
        {
            "slug": "wp-logo-showcase-responsive-slider-slider",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 14:26:12"
        },
        {
            "slug": "countdown-timer-ultimate",
            "active_installs": 20000,
            "first_commit_at": "2025-08-08 17:09:06"
        },
        {
            "slug": "wp-responsive-recent-post-slider",
            "active_installs": 20000,
            "first_commit_at": "2025-11-12 15:49:12"
        },
        {
            "slug": "sp-news-and-widget",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 14:44:05"
        },
        {
            "slug": "wp-slick-slider-and-image-carousel",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 16:33:07"
        },
        {
            "slug": "album-and-image-gallery-plus-lightbox",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 11:35:26"
        },
        {
            "slug": "wp-testimonial-with-widget",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 13:45:04"
        },
        {
            "slug": "wp-blog-and-widgets",
            "active_installs": 8000,
            "first_commit_at": "2025-11-12 14:05:04"
        },
        {
            "slug": "meta-slider-and-carousel-with-lightbox",
            "active_installs": 5000,
            "first_commit_at": "2025-11-12 12:47:54"
        }
    ]
}
Critical bulk_committer_takeover Resolved · superseded 2026-04-21 22:51:31 (10d ago)
Committeressentialplugin
Member since2025-05-12
Plugins joined31
Spread days281
Earliest join2025-05-15 07:40:24
Latest join2026-02-20 19:27:33
Combined installs180,000
Sample plugins
SlugActive installsFirst commit at
popup-anything-on-click30,0002025-09-07 13:23:54
wp-logo-showcase-responsive-slider-slider30,0002025-09-07 14:26:12
countdown-timer-ultimate20,0002025-08-08 17:09:06
wp-responsive-recent-post-slider20,0002025-11-12 15:49:12
sp-news-and-widget10,0002025-11-12 14:44:05
wp-slick-slider-and-image-carousel10,0002025-11-12 16:33:07
album-and-image-gallery-plus-lightbox9,0002025-11-12 11:35:26
wp-testimonial-with-widget9,0002025-11-12 13:45:04
wp-blog-and-widgets8,0002025-11-12 14:05:04
meta-slider-and-carousel-with-lightbox5,0002025-11-12 12:47:54
View raw JSON
{
    "committer": "essentialplugin",
    "member_since": "2025-05-12",
    "plugins_joined": 31,
    "spread_days": 281,
    "earliest_join": "2025-05-15 07:40:24",
    "latest_join": "2026-02-20 19:27:33",
    "combined_installs": 180000,
    "sample_plugins": [
        {
            "slug": "popup-anything-on-click",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 13:23:54"
        },
        {
            "slug": "wp-logo-showcase-responsive-slider-slider",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 14:26:12"
        },
        {
            "slug": "countdown-timer-ultimate",
            "active_installs": 20000,
            "first_commit_at": "2025-08-08 17:09:06"
        },
        {
            "slug": "wp-responsive-recent-post-slider",
            "active_installs": 20000,
            "first_commit_at": "2025-11-12 15:49:12"
        },
        {
            "slug": "sp-news-and-widget",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 14:44:05"
        },
        {
            "slug": "wp-slick-slider-and-image-carousel",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 16:33:07"
        },
        {
            "slug": "album-and-image-gallery-plus-lightbox",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 11:35:26"
        },
        {
            "slug": "wp-testimonial-with-widget",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 13:45:04"
        },
        {
            "slug": "wp-blog-and-widgets",
            "active_installs": 8000,
            "first_commit_at": "2025-11-12 14:05:04"
        },
        {
            "slug": "meta-slider-and-carousel-with-lightbox",
            "active_installs": 5000,
            "first_commit_at": "2025-11-12 12:47:54"
        }
    ]
}
Critical bulk_committer_takeover Resolved · superseded 2026-04-21 21:43:44 (10d ago)
Committeressentialplugin
Member since2025-05-12
Plugins joined31
Spread days281
Earliest join2025-05-15 07:40:24
Latest join2026-02-20 19:27:33
Combined installs180,000
Sample plugins
SlugActive installsFirst commit at
popup-anything-on-click30,0002025-09-07 13:23:54
wp-logo-showcase-responsive-slider-slider30,0002025-09-07 14:26:12
countdown-timer-ultimate20,0002025-08-08 17:09:06
wp-responsive-recent-post-slider20,0002025-11-12 15:49:12
sp-news-and-widget10,0002025-11-12 14:44:05
wp-slick-slider-and-image-carousel10,0002025-11-12 16:33:07
album-and-image-gallery-plus-lightbox9,0002025-11-12 11:35:26
wp-testimonial-with-widget9,0002025-11-12 13:45:04
wp-blog-and-widgets8,0002025-11-12 14:05:04
meta-slider-and-carousel-with-lightbox5,0002025-11-12 12:47:54
View raw JSON
{
    "committer": "essentialplugin",
    "member_since": "2025-05-12",
    "plugins_joined": 31,
    "spread_days": 281,
    "earliest_join": "2025-05-15 07:40:24",
    "latest_join": "2026-02-20 19:27:33",
    "combined_installs": 180000,
    "sample_plugins": [
        {
            "slug": "popup-anything-on-click",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 13:23:54"
        },
        {
            "slug": "wp-logo-showcase-responsive-slider-slider",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 14:26:12"
        },
        {
            "slug": "countdown-timer-ultimate",
            "active_installs": 20000,
            "first_commit_at": "2025-08-08 17:09:06"
        },
        {
            "slug": "wp-responsive-recent-post-slider",
            "active_installs": 20000,
            "first_commit_at": "2025-11-12 15:49:12"
        },
        {
            "slug": "sp-news-and-widget",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 14:44:05"
        },
        {
            "slug": "wp-slick-slider-and-image-carousel",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 16:33:07"
        },
        {
            "slug": "album-and-image-gallery-plus-lightbox",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 11:35:26"
        },
        {
            "slug": "wp-testimonial-with-widget",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 13:45:04"
        },
        {
            "slug": "wp-blog-and-widgets",
            "active_installs": 8000,
            "first_commit_at": "2025-11-12 14:05:04"
        },
        {
            "slug": "meta-slider-and-carousel-with-lightbox",
            "active_installs": 5000,
            "first_commit_at": "2025-11-12 12:47:54"
        }
    ]
}
Critical bulk_committer_takeover Resolved · superseded 2026-04-21 21:43:30 (10d ago)
Committeressentialplugin
Member since2025-05-12
Plugins joined31
Spread days281
Earliest join2025-05-15 07:40:24
Latest join2026-02-20 19:27:33
Combined installs180,000
Sample plugins
SlugActive installsFirst commit at
popup-anything-on-click30,0002025-09-07 13:23:54
wp-logo-showcase-responsive-slider-slider30,0002025-09-07 14:26:12
countdown-timer-ultimate20,0002025-08-08 17:09:06
wp-responsive-recent-post-slider20,0002025-11-12 15:49:12
sp-news-and-widget10,0002025-11-12 14:44:05
wp-slick-slider-and-image-carousel10,0002025-11-12 16:33:07
album-and-image-gallery-plus-lightbox9,0002025-11-12 11:35:26
wp-testimonial-with-widget9,0002025-11-12 13:45:04
wp-blog-and-widgets8,0002025-11-12 14:05:04
meta-slider-and-carousel-with-lightbox5,0002025-11-12 12:47:54
View raw JSON
{
    "committer": "essentialplugin",
    "member_since": "2025-05-12",
    "plugins_joined": 31,
    "spread_days": 281,
    "earliest_join": "2025-05-15 07:40:24",
    "latest_join": "2026-02-20 19:27:33",
    "combined_installs": 180000,
    "sample_plugins": [
        {
            "slug": "popup-anything-on-click",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 13:23:54"
        },
        {
            "slug": "wp-logo-showcase-responsive-slider-slider",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 14:26:12"
        },
        {
            "slug": "countdown-timer-ultimate",
            "active_installs": 20000,
            "first_commit_at": "2025-08-08 17:09:06"
        },
        {
            "slug": "wp-responsive-recent-post-slider",
            "active_installs": 20000,
            "first_commit_at": "2025-11-12 15:49:12"
        },
        {
            "slug": "sp-news-and-widget",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 14:44:05"
        },
        {
            "slug": "wp-slick-slider-and-image-carousel",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 16:33:07"
        },
        {
            "slug": "album-and-image-gallery-plus-lightbox",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 11:35:26"
        },
        {
            "slug": "wp-testimonial-with-widget",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 13:45:04"
        },
        {
            "slug": "wp-blog-and-widgets",
            "active_installs": 8000,
            "first_commit_at": "2025-11-12 14:05:04"
        },
        {
            "slug": "meta-slider-and-carousel-with-lightbox",
            "active_installs": 5000,
            "first_commit_at": "2025-11-12 12:47:54"
        }
    ]
}
Critical bulk_committer_takeover Resolved · superseded 2026-04-21 20:29:07 (10d ago)
Committeressentialplugin
Member since2025-05-12
Plugins joined31
Spread days281
Earliest join2025-05-15 07:40:24
Latest join2026-02-20 19:27:33
Combined installs180,000
Sample plugins
SlugActive installsFirst commit at
popup-anything-on-click30,0002025-09-07 13:23:54
wp-logo-showcase-responsive-slider-slider30,0002025-09-07 14:26:12
countdown-timer-ultimate20,0002025-08-08 17:09:06
wp-responsive-recent-post-slider20,0002025-11-12 15:49:12
sp-news-and-widget10,0002025-11-12 14:44:05
wp-slick-slider-and-image-carousel10,0002025-11-12 16:33:07
album-and-image-gallery-plus-lightbox9,0002025-11-12 11:35:26
wp-testimonial-with-widget9,0002025-11-12 13:45:04
wp-blog-and-widgets8,0002025-11-12 14:05:04
meta-slider-and-carousel-with-lightbox5,0002025-11-12 12:47:54
View raw JSON
{
    "committer": "essentialplugin",
    "member_since": "2025-05-12",
    "plugins_joined": 31,
    "spread_days": 281,
    "earliest_join": "2025-05-15 07:40:24",
    "latest_join": "2026-02-20 19:27:33",
    "combined_installs": 180000,
    "sample_plugins": [
        {
            "slug": "popup-anything-on-click",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 13:23:54"
        },
        {
            "slug": "wp-logo-showcase-responsive-slider-slider",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 14:26:12"
        },
        {
            "slug": "countdown-timer-ultimate",
            "active_installs": 20000,
            "first_commit_at": "2025-08-08 17:09:06"
        },
        {
            "slug": "wp-responsive-recent-post-slider",
            "active_installs": 20000,
            "first_commit_at": "2025-11-12 15:49:12"
        },
        {
            "slug": "sp-news-and-widget",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 14:44:05"
        },
        {
            "slug": "wp-slick-slider-and-image-carousel",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 16:33:07"
        },
        {
            "slug": "album-and-image-gallery-plus-lightbox",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 11:35:26"
        },
        {
            "slug": "wp-testimonial-with-widget",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 13:45:04"
        },
        {
            "slug": "wp-blog-and-widgets",
            "active_installs": 8000,
            "first_commit_at": "2025-11-12 14:05:04"
        },
        {
            "slug": "meta-slider-and-carousel-with-lightbox",
            "active_installs": 5000,
            "first_commit_at": "2025-11-12 12:47:54"
        }
    ]
}
Critical bulk_committer_takeover Resolved · superseded 2026-04-21 18:53:01 (10d ago)
Committeressentialplugin
Member since2025-05-12
Plugins joined31
Spread days281
Earliest join2025-05-15 07:40:24
Latest join2026-02-20 19:27:33
Combined installs180,000
Sample plugins
SlugActive installsFirst commit at
popup-anything-on-click30,0002025-09-07 13:23:54
wp-logo-showcase-responsive-slider-slider30,0002025-09-07 14:26:12
countdown-timer-ultimate20,0002025-08-08 17:09:06
wp-responsive-recent-post-slider20,0002025-11-12 15:49:12
sp-news-and-widget10,0002025-11-12 14:44:05
wp-slick-slider-and-image-carousel10,0002025-11-12 16:33:07
album-and-image-gallery-plus-lightbox9,0002025-11-12 11:35:26
wp-testimonial-with-widget9,0002025-11-12 13:45:04
wp-blog-and-widgets8,0002025-11-12 14:05:04
meta-slider-and-carousel-with-lightbox5,0002025-11-12 12:47:54
View raw JSON
{
    "committer": "essentialplugin",
    "member_since": "2025-05-12",
    "plugins_joined": 31,
    "spread_days": 281,
    "earliest_join": "2025-05-15 07:40:24",
    "latest_join": "2026-02-20 19:27:33",
    "combined_installs": 180000,
    "sample_plugins": [
        {
            "slug": "popup-anything-on-click",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 13:23:54"
        },
        {
            "slug": "wp-logo-showcase-responsive-slider-slider",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 14:26:12"
        },
        {
            "slug": "countdown-timer-ultimate",
            "active_installs": 20000,
            "first_commit_at": "2025-08-08 17:09:06"
        },
        {
            "slug": "wp-responsive-recent-post-slider",
            "active_installs": 20000,
            "first_commit_at": "2025-11-12 15:49:12"
        },
        {
            "slug": "sp-news-and-widget",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 14:44:05"
        },
        {
            "slug": "wp-slick-slider-and-image-carousel",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 16:33:07"
        },
        {
            "slug": "album-and-image-gallery-plus-lightbox",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 11:35:26"
        },
        {
            "slug": "wp-testimonial-with-widget",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 13:45:04"
        },
        {
            "slug": "wp-blog-and-widgets",
            "active_installs": 8000,
            "first_commit_at": "2025-11-12 14:05:04"
        },
        {
            "slug": "meta-slider-and-carousel-with-lightbox",
            "active_installs": 5000,
            "first_commit_at": "2025-11-12 12:47:54"
        }
    ]
}
Critical bulk_committer_takeover Resolved · superseded 2026-04-21 18:30:46 (10d ago)
Committeressentialplugin
Member since2025-05-12
Plugins joined31
Spread days281
Earliest join2025-05-15 07:40:24
Latest join2026-02-20 19:27:33
Combined installs180,000
Sample plugins
SlugActive installsFirst commit at
popup-anything-on-click30,0002025-09-07 13:23:54
wp-logo-showcase-responsive-slider-slider30,0002025-09-07 14:26:12
countdown-timer-ultimate20,0002025-08-08 17:09:06
wp-responsive-recent-post-slider20,0002025-11-12 15:49:12
sp-news-and-widget10,0002025-11-12 14:44:05
wp-slick-slider-and-image-carousel10,0002025-11-12 16:33:07
album-and-image-gallery-plus-lightbox9,0002025-11-12 11:35:26
wp-testimonial-with-widget9,0002025-11-12 13:45:04
wp-blog-and-widgets8,0002025-11-12 14:05:04
meta-slider-and-carousel-with-lightbox5,0002025-11-12 12:47:54
View raw JSON
{
    "committer": "essentialplugin",
    "member_since": "2025-05-12",
    "plugins_joined": 31,
    "spread_days": 281,
    "earliest_join": "2025-05-15 07:40:24",
    "latest_join": "2026-02-20 19:27:33",
    "combined_installs": 180000,
    "sample_plugins": [
        {
            "slug": "popup-anything-on-click",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 13:23:54"
        },
        {
            "slug": "wp-logo-showcase-responsive-slider-slider",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 14:26:12"
        },
        {
            "slug": "countdown-timer-ultimate",
            "active_installs": 20000,
            "first_commit_at": "2025-08-08 17:09:06"
        },
        {
            "slug": "wp-responsive-recent-post-slider",
            "active_installs": 20000,
            "first_commit_at": "2025-11-12 15:49:12"
        },
        {
            "slug": "sp-news-and-widget",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 14:44:05"
        },
        {
            "slug": "wp-slick-slider-and-image-carousel",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 16:33:07"
        },
        {
            "slug": "album-and-image-gallery-plus-lightbox",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 11:35:26"
        },
        {
            "slug": "wp-testimonial-with-widget",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 13:45:04"
        },
        {
            "slug": "wp-blog-and-widgets",
            "active_installs": 8000,
            "first_commit_at": "2025-11-12 14:05:04"
        },
        {
            "slug": "meta-slider-and-carousel-with-lightbox",
            "active_installs": 5000,
            "first_commit_at": "2025-11-12 12:47:54"
        }
    ]
}
Critical bulk_committer_takeover Resolved · superseded 2026-04-21 16:51:22 (10d ago)
Committeressentialplugin
Member since2025-05-12
Plugins joined31
Spread days281
Earliest join2025-05-15 07:40:24
Latest join2026-02-20 19:27:33
Combined installs180,000
Sample plugins
SlugActive installsFirst commit at
popup-anything-on-click30,0002025-09-07 13:23:54
wp-logo-showcase-responsive-slider-slider30,0002025-09-07 14:26:12
countdown-timer-ultimate20,0002025-08-08 17:09:06
wp-responsive-recent-post-slider20,0002025-11-12 15:49:12
sp-news-and-widget10,0002025-11-12 14:44:05
wp-slick-slider-and-image-carousel10,0002025-11-12 16:33:07
album-and-image-gallery-plus-lightbox9,0002025-11-12 11:35:26
wp-testimonial-with-widget9,0002025-11-12 13:45:04
wp-blog-and-widgets8,0002025-11-12 14:05:04
meta-slider-and-carousel-with-lightbox5,0002025-11-12 12:47:54
View raw JSON
{
    "committer": "essentialplugin",
    "member_since": "2025-05-12",
    "plugins_joined": 31,
    "spread_days": 281,
    "earliest_join": "2025-05-15 07:40:24",
    "latest_join": "2026-02-20 19:27:33",
    "combined_installs": 180000,
    "sample_plugins": [
        {
            "slug": "popup-anything-on-click",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 13:23:54"
        },
        {
            "slug": "wp-logo-showcase-responsive-slider-slider",
            "active_installs": 30000,
            "first_commit_at": "2025-09-07 14:26:12"
        },
        {
            "slug": "countdown-timer-ultimate",
            "active_installs": 20000,
            "first_commit_at": "2025-08-08 17:09:06"
        },
        {
            "slug": "wp-responsive-recent-post-slider",
            "active_installs": 20000,
            "first_commit_at": "2025-11-12 15:49:12"
        },
        {
            "slug": "sp-news-and-widget",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 14:44:05"
        },
        {
            "slug": "wp-slick-slider-and-image-carousel",
            "active_installs": 10000,
            "first_commit_at": "2025-11-12 16:33:07"
        },
        {
            "slug": "album-and-image-gallery-plus-lightbox",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 11:35:26"
        },
        {
            "slug": "wp-testimonial-with-widget",
            "active_installs": 9000,
            "first_commit_at": "2025-11-12 13:45:04"
        },
        {
            "slug": "wp-blog-and-widgets",
            "active_installs": 8000,
            "first_commit_at": "2025-11-12 14:05:04"
        },
        {
            "slug": "meta-slider-and-carousel-with-lightbox",
            "active_installs": 5000,
            "first_commit_at": "2025-11-12 12:47:54"
        }
    ]
}

SVN committers (5)

Accounts with actual commit access to popup-anything-on-click 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
wponlinesupport 2015-09-02 127 2017-07-06 · r1691577 2025-05-16 · r3294652
anoopranawat 2013-06-24 32 2017-11-13 · r1764706 2022-01-27 · r2666610
essentialplugin 2025-05-12 4 2025-09-07 · r3357424 2026-02-20 · r3465998
Francisco Torres 2012-02-08 1 2026-04-07 · r3501110 2026-04-07 · r3501110
plugin-master 2007-03-09 1 2017-07-05 · r1691493 2017-07-05 · r1691493

Readme contributors (1)

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
essentialplugin 2025-05-12 4 commits Active

Versions (19 most recent)

Version Released Download
2.9.1.1 2026-04-07 · 24d ago
2.9.1 2026-02-20 · 2mo ago
2.9.0 2025-11-12 · 5mo ago
2.8.9 2025-09-07 · 7mo ago
2.8.8 2025-05-16 · 11mo ago
2.8.7 2025-05-15 · 11mo ago
2.8.6 2025-01-11 · 1y ago
2.8.5 2025-01-11 · 1y ago
2.8.4 2024-11-20 · 1y ago
2.8.3 2024-11-05 · 1y ago
2.8.2 2024-07-26 · 1y ago
2.2.4 2023-03-03 · 3y ago
1.9.2.1 2021-10-05 · 4y ago
1.7.7 2020-10-21 · 5y ago
1.7.4 2020-05-22 · 5y ago
1.6.2 2020-01-21 · 6y ago
1.5.1 2020-01-06 · 6y ago
1.4.3 2019-12-26 · 6y ago
1.1.3 2018-01-22 · 8y ago