Change Profile voice to Welcome (username)
-
Hi there,
I’ve been reading the supports ticket from the other users but I couldn’t find a solution.
As you can see from the title of the topic, I’m looking to replace the voice “profile” with welcome (username). You had gave already an answer to a different user with a solution but it doesn’t work in my case. I went to edit the function of the plugin and there are not 346 lines but less then 100 tough.
I’ve tried anyway adding the string:
$user_info = get_userdata( get_current_user_id() );
$content = $content != ” ? $content : __( ‘Welcome, ‘, ‘login-logout-register-menu’ ) . $user_info->display_name;but when I tried to update, the page keeps loading and the website goes down, so I have to remove completely the plugin from the cpanel to get the website back. Could you please help me finding a solution? Thank you
P.S: Well done with the plug in!
- The topic ‘Change Profile voice to Welcome (username)’ is closed to new replies.