Viewing 3 replies - 1 through 3 (of 3 total)
  • You can try this function

    /**
     * get user avatar url
     *
     * @param $user_id
     * @param $size
     *
     * @return bool|string
     */
    function um_get_user_avatar_url( $user_id = '', $size = '96' ) {
        $data = um_get_user_avatar_data( $user_id, $size );
        return $data['url'];
    }
    Thread Starter zapisme

    (@zapisme)

    Thanks, I got it to work now

    Great. Don’t forget to mark the topic as solved. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot get Profile Image URL’ is closed to new replies.