Lost Password question
-
I have a client who has done a framed redirect of their domain to my server. However, during testing I noticed that ‘site_url’ is not providing my clients domain name (ex ABC.com) in the email that is sent, instead it’s using my domain name (ex 123.com). I’ve tried to change this to ‘network_site_url’ and I get the same result.
I’m using the Epione theme and got this piece of code from the login-functions.php file.
$message .= site_url("wp-login.php?action=rp&key=$key&login=" . rawurlencode($user_login), 'login') . "\r\n";
Result: https://123.com/?page_id=129&action=rp&key=JAqJsDxAbxkpfz1iyjxl&login=somerandomuser
How can I fix this so that I get my clients domain name to appear without having to hard-code it?
- The topic ‘Lost Password question’ is closed to new replies.