• Resolved Nino

    (@nino_py)


    I have

    $items .= '<li><a href="wp-admin/profile.php" title="Go to your account Profile">Welcome, '.$current_user->display_name.'!</a></li>';

    but I want to change to members/ACTUAL_USER/profile/public.

    As the user changes how can I put it inside?

    Is this correct?:

    $items .= '<li><a href="members/" '.$current_user->user_identity.' "/profile/edit/" title="Go to your account Profile">Welcome, '.$current_user->display_name.'!</a></li>';

    Thanks in forward for help ??

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘href with variable’ is closed to new replies.