Delete Inactive Users
Deletes users based on role and inactivity date.
by Robert DeVore · github.com/webdevstudios/delete-inactive-users · website
★ 8stars
25release downloads
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/webdevstudios/delete-inactive-users/releases/download/1.0.1/delete-inactive-users.zipDeclares an update source (https://github.com/robertdevore/delete-inactive-users/), so updates arrive through the plugin's own updater.
From the readme
Delete Inactive Users
The Delete Inactive Users WordPress plugin is a robust tool designed to help administrators efficiently manage user accounts by deleting inactive users based on their role and last login date.
Ideal for optimizing database performance and maintaining user data hygiene, this plugin allows you to configure custom settings and batch process large datasets.
Features
- Customizable Role Selection: Choose specific user roles to target for deletion.
- Date-Based Inactivity: Delete users who have not logged in since a specified date.
- Batch Processing: Handles large datasets efficiently by processing users in batches.
- Progress Feedback: Real-time progress bar and status messages during the deletion process.
- Safe Operations: Includes nonce verification and safeguards to ensure only authorized actions are performed.
Installation
1. Download the plugin from the GitHub repository.
2. Upload the plugin files to the /wp-content/plugins/delete-inactive-users/ directory or install via the WordPress admin panel.
3. Activate the plugin through the 'Plugins' screen in WordPress.
4. Navigate to Tools Delete Users in the WordPress admin panel to configure and use the p
Read the full README on GitHub →