Schedule User Deletions with WP Cronjob
Overview
This plugin allows you to schedule user deletions with WP Cronjob, when activated, you can set the schedule of when the users will be deleted and the status of the users with the filter hooks below.
To install Schedule User Deletions with the WP Cronjob plugin, you can read the guide here.
Available filter hooks:
um_cron_delete_users_after
- default:5 days ago midnight
. See Date Queryum_cron_delete_users_status
- default:awaiting_email_confirmation
. Enum:approved
,awaiting_admin_review
,awaiting_email_confirmation
,inactive
,rejected
.um_cron_delete_users_recurrence
- default:daily
. Enum:daily
,hourly
,twicedaily
,weekly