Ultimate Member Profile Link
-
Hi,
I’m using this code to link to users Ultimate member profiles.
function my_prof_link($link, $user) { return '/user/'.$user->user_login; } add_filter('asgarosforum_filter_profile_link', 'my_prof_link', 10, 2);
It works great, unless it comes up with a + in a username. E.g.
https://mybestrong.com/user/rachel+wilcock/
The profile link then returns: –
https://mybestrong.com/user/Rachel%20Wilcock
Is there a tweak anybody can recommend to the code above to resolve this?
Regards,
Rick.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Ultimate Member Profile Link’ is closed to new replies.