I saw that. So I just set it to 3 days and every 3 days they will get an email? I don’t do anything but enter a number in that one single field?
Also this does not answer how I can resend the activation email to all users without using the cron solution.
-
This reply was modified 4 years ago by
jglazer63.
It says to add this code:
add_filter("um_cron_resend_activation_link_recurrence","um_cron_resend_activation_link_recurrence");
function um_cron_resend_activation_link_recurrence( $recurrence ){
return "hourly";
}
Where do I add this? In the functions.php?
@jglazer63
Yes, your child-theme’s functions.php or use the “Code Snippets” plugin.
I added it there a couple days ago and it hasn’t fired yet. I set the link expiration to 1 day.
No. Can you show me that step in the document here?
https://docs.ultimatemember.com/article/1679-resend-the-account-email-confirmation-notification-with-wp-cronjob
I thought I followed it as best I could but it didn’t seem all that complete. Like it said to create that hook but not where to put it. How do I create the job? What are the parameters? I don’t see it at all in that document.
@jglazer63
Ask your Web Hosting support for help on this cron job issue as different setups are availble depending on the server software installed.
Hey there!
This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.
Please feel free to re-open this thread by changing the Topic Status to ‘Not Resolved’ if any other questions come up and we’d be happy to help. 🙂
Regards,