Wrong Forgot-Password slug
-
Hi!
You have a small bug in your class, please search for:
$redirect_url = home_url('cambio-contrasena');You have that 3 times in your code, which doesn’t work correctly.
Instead it should be:
redirect_url = home_url(‘member-password-reset’);
PS. Like your plugin!
The topic ‘Wrong Forgot-Password slug’ is closed to new replies.