Hi @wpcodefactory,
I post in this thread because I got the same problem here.
I although use Login / Signup popup plugin to manage login and register on my Woocommerce Websites.
Your plugin works great if user click on the activation link (thank you for your plugin btw), but if I try to login an unverified account (and some users will…), I got the error message with your %resend_verification_url%
URL.
This URL is : [site_url()]/wp-admin/admin-ajax.php?alg_wc_ev_user_id=xxx
I got WP_DEBUG activated and the logs doesn’t show any messages (I checked the debug.log and the woocommerce logs)
It looks like the AJAX request is empty, it returns an error 400 in the console and display a “0”.
However, the resend E-mail verification link works anyway !
Maybe it is just the wp_safe_redirect() not working in your admin_manual_actions()
function ?
I’ll be happy to give you more informations if needed.
Have a nice day.