ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

WP Delete User Accounts

وضاحت

Allow your users (except for administrators) to manually delete their own accounts. It uses the Sweet Alert jQuery plugin for slick-looking alerts and prompts.

By default, this plugin adds a button to a user’s profile page in the wp-admin. You can also add a delete button to any page or post using the [wp_delete_user_accounts] shortcode.

NOTE: Delete buttons are not displayed when logged in as an administrator. This is done to protect against locking yourself out of your site. To see the delete button, you’ll need to log in with an account that does not have the administrator role.

For more technical info, including available hooks (actions and filters), please see the plugin’s readme file on Github.

تصوير

  • "Delete My Account" button is shown on the edit-profile page, and can be displayed on the front-end via a shortcode.

  • Confirm account deletion prompt.

  • Processing account deletion.

  • Account deleted successfully.

انسٽاليشن

Automatically

  1. Search for WP Delete User Accounts in the Add New Plugin section of the WordPress admin.
  2. Install and activate.

Manually

  1. Download the zip file, decompress the file and upload the main plugin folder to the /wp-content/plugins/ directory.
  2. Activate the plugin.

جائزا

17 مَي 2023
Hello, It's possible receive a confirmation email that notifies the admin that a user has been deleted? Many thanks for your support!!
13 سيپٽمبر 2021 2 replies
Edit - prompt repair of the plugin by the author and it is now fully functional on WordPress 5.8.1 Previously I gave one star because it wasn't working: Doesn't work on WordPress 5.8.1 I've tried it on 2 of my websites, it doesn't place a delete button on Customer accounts
6 ڊسمبر 2020
Hi there, just passing through and noticed a misspelling. In English the salutation is 'Farewell',or 'Fare well', not 'Fair well'. Edit: On reading further I guess people can set their own messages referencing the other plugin you mention
15 فيبروري 2019 4 replies
It works very nice, does the job well and lightweight. Modification requires some CSS skills, there is no gui for this unfortunately.
جمع: سڀ 7 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“WP Delete User Accounts” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

جمع: “WP Delete User Accounts” 6 جڳهن ۾ ترجمو ڪيو ويو آهي. ترجمي ڪندڙن جي مهرباني سندن تعاون لاءِ.

ترجمو ڪريو “WP Delete User Accounts” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

1.2.3

  • WP Tested Up To 6.0

1.2.2

  • Remove wp_logout(), which was causing processing to get stuck
  • Use $.ajax() instead of $.post()

1.2.1

  • Made the DELETE text (for confirming account deletion) translatable

1.2

  • Added filter for modifying script localization variables (e.g. the redirect URL)

1.1.1

  • Updated translatable strings

1.1

  • Added filter for loading CSS and JS assets anywhere on the frontend (e.g. within WooCommerce templates).

1.0.3

  • Changed plugin text domain to dirname instead of basename to remove .php extension from path

1.0.2

  • Add POT file for translations

1.0.1

  • Fixed dependency array on enqueues

1.0

  • Initial version