Thanks for the quick answer! I want to show this link on a different page. The current logged in user is supposed to click on a button and behind that button is a link, which is saved as “website” in the user meta. I tried to get this to work with
get_userdata(get_current_user_id())->user_url;
but wasn’t successful.