I see it now. Wow that was easier than I thought. It worked great. I was stuck on wanting to edit the php file. Thanks, Neil
is it line 335-336?
case “profile_link”:
$return_text = str_replace(“{“.$match.”}”, ““. __(‘Profile’, ‘pwLogWi’) .”“, $return_text);
break;
Line 309 of file pw-login-widget.php does’nt look correct to me. I would also like to redirect the link to another page. Any other ideas?
Neil