• Resolved benthek

    (@benthek)


    Hello! Great plugin!

    I do have one question; I am trying to show an avatar from another user, by using

    $user_id = 1;
    $ultimatemember->user->set( $user_id );
    $avatar_uri = um_get_avatar_uri( um_profile('profile_photo'), 32 );

    However, the set() method doesn’t seem to be working anywhere on my site.

    Notice: Undefined property: UM::$user
    Fatal error: Uncaught Error: Call to a member function set() on null

    What am I doing wrong?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘$ultimatemember->user->set() Fatal error’ is closed to new replies.