This topic has 3 replies, 2 voices, and was last updated 3 years ago ago by Vinojanath
Hello, I have tried to change lost password text to forgot password using below function,
function change_lost_your_password ($text) {
if ($text == ‘Lost your password?’){
$text = ‘Forgot your password?’;
}
return $text;
}
add_filter( ‘gettext’, ‘change_lost_your_password’ );
But it changes only on My-Account page form only, but not on home page slide form. can you please help me
My-Account page – https://prnt.sc/1xl0xsn
Home page – https://prnt.sc/1xl11ws
Hello,
Install Loco Translate plugin, go to Loco translate > Plugins > XStore Core > New language > Choose English language + Choose a location – System > change texts, check the result, disable the Loco plugin.
Regards
Amazing it’s help me to fix, Thank you for quick response, I really appreciate it,
The issue related to '‘Change Lost password text to Forgot password’' has been successfully resolved, and the topic is now closed for further responses