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