Ok thank you, ticket sent 😉
Wow, thank you for the quick response, but I’m not entirely sure how this works. Do I need to insert this code into wpcode? How do I get the link for each tab?
function uwp_build_profile_tab_url($user_id, $tab = false, $subtab = false) {
$page = new UsersWP_Pages();
return $page->build_profile_tab_url($user_id, $tab, $subtab);
}
Sorry if this is an ignorant question.