admin管理员组文章数量:1122846
The title says it all.
There are several users who have registered but have yet to confirm their email addresses.
Based on their unique email domains, I suspect that the majority of unconfirmed accounts / email addresses have been created by bots.
I considered adding an expiration period to the confirmation email, but wanted to first contact those accounts prompting them to confirm their registrations.
I want to have an accurate picture of how many people are actively accessing, interacting with and using my site and feel that this is a good step.
I have taken a look at plugins but there are so many out there that it's hard to decide which one(s), if any, are suitable.
I have also looked at other questions on the WP Stack Exchange but am not sure if any existing questions cover what I need (my needs are, at present, more basic).
Either way some guidance would be highly appreciated.
Thank you.
The title says it all.
There are several users who have registered but have yet to confirm their email addresses.
Based on their unique email domains, I suspect that the majority of unconfirmed accounts / email addresses have been created by bots.
I considered adding an expiration period to the confirmation email, but wanted to first contact those accounts prompting them to confirm their registrations.
I want to have an accurate picture of how many people are actively accessing, interacting with and using my site and feel that this is a good step.
I have taken a look at plugins but there are so many out there that it's hard to decide which one(s), if any, are suitable.
I have also looked at other questions on the WP Stack Exchange but am not sure if any existing questions cover what I need (my needs are, at present, more basic).
Either way some guidance would be highly appreciated.
Thank you.
Share Improve this question asked May 23, 2024 at 9:49 MusMus 1195 bronze badges1 Answer
Reset to default 0All you would really need to do is trigger wp_new_user_notification
for each user. Notice you can filter the email message & subject with the wp_new_user_notification_email
filter.
I made a very simple plugin ages ago for adding an action for this to the wordpress user list. Really only made if for a client, no idea why I added this to the WP directory. You can give it a try or browse the code, it's just a few lines: https://wordpress.org/plugins/re-welcome/
本文标签: usersIs there a way to resend confirmation emails
版权声明:本文标题:users - Is there a way to resend confirmation emails? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736306285a1932901.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论