Plugin Pulse
← Pulse

Delete Me

by cmc3215 · Privacy & Consent

Allow users with specific WordPress roles to delete themselves from the Your Profile page or anywhere Shortcodes can be used.

⚠ Stale⚠ Likely abandoned
How scoring works →
58 Health · C
Maintenance 21/100
Rating quality 91/100
Support 70/100

58 health vs 66 average across 513 Privacy & Consent plugins

Removal-risk signals

28/100

Maintenance and integrity signals that tend to precede a WordPress.org removal. Not an official status, a heads-up to act.

  • Not actively maintained. No update in about 2 years.

Directory ranking optimization

How it's scored →

How well this listing is tuned to rank in WordPress.org search, on the factors an owner controls. Not popularity, optimization.

70 / 100

Well optimized

Biggest win: Update recency

Update recency 29/100
WP compatibility 77/100
Rating quality 86/100
Listing tuning 100/100

To rank higher: Last updated 818 days ago — ship an update; wp.org decays a listing's search weight after ~180 days.

Get the full rank-higher report →

Daily downloads

Since 2022-10-05 · 1,425 days · wp.org + Plugin Pulse archive

+35% vs prior 30d
11Downloads · Aug 26

30-day downloads

Rolling 30-day volume · peaks are release surges

446

now · peak 4.9K

44330d downloads · Aug 26

Directory rank vs rivals

wp.org popularity rank over time · higher is better · when a rival's line climbs above yours, they've overtaken you

Delete Me · #2610 you Bulk Delete Users by · #14096 Change Username · #3474 CookieYes · #39

Rating trend

Star average over time · dips mark rough releases

5Stars · Aug 26

Update activity

How busy the existing users are, measured as downloads in the last 30 days for every 1,000 active sites. A spike means a new release everyone's pulling; a long, slow decline means an aging user base that updates less.

63per 1k installs · Aug 26

Release cadence

No release in a year
from wp.org release tags

How often this plugin actually ships. A steady rhythm is the maintenance signal a single "last updated" date can't show.

0

releases in the last 12 months

2.2y ago

latest release · v3.2

23

tagged releases on record

Recent releases

3.2 · 2.2y ago3.1 · 2.4y ago3.0 · 3.3y ago2.9 · 6.4y ago2.8 · 6.7y ago2.7 · 8.1y ago2.6 · 8.3y ago2.5 · 8.3y ago2.4 · 8.5y ago2.3 · 8.6y ago2.2 · 8.6y ago2.1 · 8.6y ago2.0 · 9.2y ago1.9 · 10.4y ago

What its installed base runs

via wordpress.org

Share of active installs on each version of this plugin · 76% run the current release. Green is the current release; a big slice on older versions is a user base that has stopped updating.

v3.2 76%
v3.0 15%
v3.1 5.4%
Older / other versions 3.9%

Estimated active installs

The public count shows “7K+”. Our estimate pins where the real number sits.

tracked estimate
7K–8K ≈7.4K

Refined from the date this plugin crossed into its current band.

Install history · since 2015-11-24 · 1,430 observations

7KInstalls · Aug 26

Estimated value

What this plugin might earn a year, and what it might sell for. Modeled from public signals; we don't see anyone's books.

Est. annual revenue

N/A

Est. acquisition value

N/A

No paid tier is visible, so we don't put a figure on revenue or sale value: that would be guessing. The install base is a real asset to an acquirer, just not one public data lets us price. A small install base leaves thin data to model from.

Details

Version
3.2
Last updated
2.2y ago
Added
2011-04-09 · 15 yrs old
Requires WP
3.7
Tested up to
6.5.10
Requires PHP
5.2.4

Recent review vibe

read from the latest 12 reviews to 2026-04-15
Positive PraiseFeature requestsCompatibility

Reviewers call it simple to set up and exactly what it promises for letting users delete their own accounts, with minor notes about social-login users lacking a password and a profile delete link that didn't work.

Recent reviews

All reviews on wp.org ↗
  1. Paul Noël
    5mo ago

    Ce plug-in est un outil essentiel pour permettre aux inscrits de supprimer eux-mêmes leur compte sans devoir communiquer avec l’administrateur. Il est simple à configurer, léger, et répond parfaitement au besoin de conformité RGPD. This topic was modified 3 months ago by Paul Noël.

    Read on wp.org ↗
  2. Daniel Avram
    2.1y ago

    Delete Me is a must-have plugin for any WordPress site that values user autonomy and data privacy. It delivers exactly what it promises without any unnecessary complexity. Highly recommended!

    Read on wp.org ↗
  3. Namaste
    2.5y ago

    Hi there, I just want to add that it would be useful if you could include this too. ^^ I tested it on my website and it worked like a charm. I didn’t test it for PayPal subscriptions, but for PMPro and Stripe, it works 100%. If someone needs it, you need to insert it into delete-me/inc/delete_user.php after line 123 and before the // Delete user (line comment.) Please make a back-up first.. 🙂 // Assuming you have the subscription ID stored somewhere in your code or user data $subscription_id = get_user_meta($this->user_ID, 'stripe_subscription_id', true); // Check and delete Paid Memberships Pro membership if (function_exists('pmpro_getMembershipLevelForUser') && function_exists('pmpro_changeMembershipLevel')) { $membership_level = pmpro_getMembershipLevelForUser($this->user_ID); if (!empty($membership_level)) { pmpro_changeMembershipLevel(false, $this->user_ID, 'inactive'); // Change to 'expired' if you want to expire the membership immediately } } // Check and cancel the Stripe subscription if (!empty($subscription_id)) { // Cancel the Stripe subscription at the end of the billing period try { $stripe->subscriptions->update($subscription_id, ['cancel_at_period_end' => false]); } catch (\Stripe\Exception\ApiErrorException $e) { // Handle any errors that occur during the Stripe API call // You might want to log the error or take appropriate action error_log('Stripe API Error: ' . $e->getMessage()); } } // Cancel the PayPal subscription $paypal_subscription_id = get_user_meta($this->user_ID, 'paypal_subscription_id', true); if (!empty($paypal_subscription_id)) { try { $subscription = \PayPal\Api\Subscription::get($paypal_subscription_id, $paypal); $subscription->cancel([], $paypal); } catch (\PayPal\Exception\PayPalConnectionException $e) { error_log('PayPal API Error: ' . $e->getMessage()); } } p.s. PLEASE, keep this plugin alive. Much appreciated! This topic was modified 2 years, 4 months ago by Namaste. This topic was modified 2 years, 4 months ago by Namaste.

    Read on wp.org ↗
  4. Liang
    4.8y ago

    It did the job well.

    Read on wp.org ↗
  5. alkerprivate
    5.7y ago

    Works as advertised. You can choose user roles, place a shortcode on any page. Account and comments are deleted without problems. Warning messages and password prompts appear. Faced some difficulties. Users who automatically log into the system via social networks cannot enter a password, as they have never created one. There is also a hyperlink in the profile to delete the account, but it does not work. Everything else is good. Used in WordPress 5.6, PHP 7.4.7. Other plugins may contain user data. Thanks a lot to the developer! This topic was modified 5 years, 7 months ago by alkerprivate. This topic was modified 5 years, 7 months ago by alkerprivate. Reason: addition

    Read on wp.org ↗
  6. Jim
    5.9y ago

    I wish every website, company, organization, whatever, had an easy and obvious way to completely delete your account. Yet it seems almost none do! This plug in empowers your users to do that. It is dead simple to set up, and it is pretty intelligent behind the scenes.

    Read on wp.org ↗
  7. hansheger
    6.6y ago

    This plugin in does exactly what the discriptons tells. A big plus is the integrated shortcode und the costumazation options. Just enough to modify everything you need. Wonderfull

    Read on wp.org ↗
  8. Anticosti
    7.3y ago

    Greetings Clinton, Just to let you know that this plugin is absolutely perfect for what it does. I could so easily get it to work with Oxygen Builder / WP Multilang and Loco Translate. Awesome job you’ve done here. Thank you so much.

    Read on wp.org ↗

Latest updates

via wp.org changelog

Recent releases and news for this plugin

  1. Version 3.2 Release date: 06/02/2024 Added PHP isset check on $_SERVER[‘SCRIPT_FILENAME’] in delete-me.php file to prevent exception when running via CLI mode. Requested by @gabyrau. 3.2
  2. Version 3.1 Release date: 11/11/2023 Added output sanitization to all editable settings to remove cross-site scripting vulnerability. 3.1
  3. Version 3.0 Release date: 05/09/2020 Added 3 new attributes for the shortcode form: form_confirm_warning, form_password_label, form_confirm_button Added %displayname% replacement string everywhere that %username% was already availab 3.0
  4. Version 2.9 Release date: 04/05/2020 Added paragraph tag around shortcode output to prevent alignment issues. 2.9
  5. Version 2.8 Release date: 12/19/2018 Added Role, First Name, and Last Name user data to email notification. 2.8
  6. Version 2.7 Release date: 07/29/2018 Bug fixed: Using a blank landing URL would cause a failure during redirect on some server configurations. Bug fixed: Landing URLs on the Settings page were incorrectly having http:// added to the 2.7

Known vulnerabilities

via Wordfence Intelligence

1 disclosed vulnerability on record for this plugin, fixed in the current version. Sites on older versions stay exposed until they update.

  1. 2023-10-23 CVE-2023-5126 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') Affects <= 3.0 Patched in 3.1

Vulnerability records provided by Wordfence Intelligence. Copyright 2012-2026 Defiant Inc. License and terms.

CVE records: Copyright 1999-2026 The MITRE Corporation. CVE terms of use.

Behavioral tests

via WP Hive

Automated install-time checks, tested on PHP 8.1.12 · WP 6.5.3

Low memory footprint
Low page-speed impact
Runs on latest PHP + WP
No PHP errors
No JS errors
Activates cleanly
No resource errors
No external HTTP errors
Optimized database use
Frequently updated

Languages

via translate.wordpress.org

Translated into 13 languages, 6 at 90% or more

Czech 100%
Persian 100%
Spanish (Chile) 100%
Spanish (Spain) 100%
German 94%
German (Formal) 93%
Japanese 89%
Slovak 76%
Dutch 70%
Greek 62%
Italian 25%
Swedish 25%
Romanian 1%

Growth timeline

Install-tier crossings we have observed, and how long each tier took to outgrow

  1. 2026-06-03 8K+ → 7K+ down after 3 days in tier
  2. 2026-05-31 7K+ → 8K+ up after 3 days in tier
  3. 2026-05-28 8K+ → 7K+ down after 213 days in tier
  4. 2025-10-27 9K+ → 8K+ down after 1 days in tier
  5. 2025-10-26 8K+ → 9K+ up after 2 days in tier
  6. 2025-10-24 9K+ → 8K+ down after 706 days in tier
  7. 2023-11-18 10K+ → 9K+ down

Competes with

The plugins that solve the same job, ranked by shared tags then reach, closest match first. The letter on the right is each plugin's health grade (A best, F worst).

Compare head to head →

Embed this report card

Drop a live Pulse card for Delete Me into a readme, a review or a deck. It updates itself.

<iframe src="https://plugins.wpmayor.com/embed/delete-me" width="480" height="300" style="border:0" loading="lazy" title="Delete Me — Plugin Pulse"></iframe>
Preview card ↗

Delete Me: 7K+ active installs, 5.0★ (24 reviews). Plugin Pulse (WP Mayor), as of 2026-08-29. https://plugins.wpmayor.com/plugin/delete-me