Deleted user remains in the subscribers list
-
If administrator deletes registered user, this deleted user remains in the subscribers list. The (uncomfortable) workaround is to unsubscribe the user before deletion.
What is even worse: sometimes, email is verified after user registration and if this verification fails, user is automatically deleted (this is how plugin Register Plus Redux works). In this way subscribers list blows up (the subscribers which are not users anymore). To get rid of this unwanted subscribers is uncomfortable/dangerous. I use SQL:
DELETE FROM wp_easymail_subscribers where email NOT IN (SELECT user_email FROM wp_users)
I suggest to unsubscribe email after the user is deleted OR to add some button which would run “cleaning SQL” if amind needs it, without necessity to use phpMyAdmin.
- The topic ‘Deleted user remains in the subscribers list’ is closed to new replies.