good night! Then to finish this and leave it as resolved. I have looked at the other plugin I use for users (Users Ultra), well. ask them if if plugin was compatible with yours and they said yes. I got the following code to put avatars of users:
global $xoouserultra;
//get user avatar
$user_id = get_current_user_id();
$args = array(‘size’ => ’40’, ‘pic_type’ => ‘avatar’ , ‘size_type’ => ‘fixed’);
$avatar = $xoouserultra->api->get_user_avatar($user_id, $args );
echo $avatar;
They have also told me that you, I will be able to tell where should I put the code. I hope to settle once and for all this problem. thank you very much!
note: Here I leave the link where the information of the code appears:
https://doc.usersultra.com/get-user-avatar/