Beskrivning
Tillåt dina användare (förutom administratörer) att manuellt ta bort sina egna konton. Det använder Sweet Alert jQuery-tillägget för smidiga varningar och uppmaningar.
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.
Skärmdumpar
Installation
Automatiskt
- Sök efter WP Delete User Accounts i sektionen ”Lägg till nytt tillägg” i WordPress-admin.
- Installera och aktivera
Manuellt
- Download the zip file, decompress the file and upload the main plugin folder to the
/wp-content/plugins/
directory. - Aktivera tillägget.
Recensioner
Bidragsgivare och utvecklare
”WP Delete User Accounts” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personer”WP Delete User Accounts” har översatts till 6 språk. Tack till översättarna för deras bidrag.
Översätt ”WP Delete User Accounts” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
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
- Lägg till POT-fil för översättningar
1.0.1
- Fixed dependency array on enqueues
1.0
- Första version