• Resolved jamaloos

    (@jamaloos)


    Hi.
    I use contact form 7, when a user sends a message I want url of his profile to appear on the send message.
    thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @jamaloos

    You can use the following code snippet to retrieve the profile URL:

    $user_id = 123;
    $profile_url = um_user_profile_url( $user_id );

    Regards,

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Hey @jamaloos

    This thread has been inactive for a while so we’re going to go ahead and mark it Resolved.

    Please feel free to re-open this thread if any other questions come up and we’d be happy to help. 🙂

    Regards,

    Thread Starter jamaloos

    (@jamaloos)

    Thank you @champsupertramp
    I’m sorry for being late, yes it’s resolved

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘profile url’ is closed to new replies.