Hi,
It stores it in the thechamp_avatar and thechamp_large_avatar usermeta
Hi,
Thanks. How do I get and display it as profile pic?
You can use get_user_meta($user_ID, 'thechamp_avatar', true) and get_user_meta($user_ID, 'get_user_meta($user_ID, ‘thechamp_avatar’, true)', true) to get small and large avatars.
Hi I manage to get when I use the inspector tool this doesn’t return the url. It there ways to parse the data to URL? Please advise. Thanks.
Hi Support, any update? The data I got is XML data? Then I need to parse it to URL? Please advise. Thanks
You should have received a url if you have already used the user meta I mentioned in my previous post. If you are still not able to get it you are doing something wrong and if you drop an email at support[at]heateor[dot]com about the same, I would be able to check what’s wrong.