Thanks for the question @ofmarconi. I’m not familiar with JetEngine but as far as the metakey goes, we use the key simple_local_avatar to store the avatar information (this is stored in user meta). In addition, if you want/need to access the avatar rating, that is stored under the key simple_local_avatar_rating, also within user meta.
Thanks!
I found the metakey thanks!
But it didn’t work 100% it happens that when I update via form in Frontend, the form only sends the ID of the image.
Your plugin works with more detailed information…
Is there any way for the user to upload it via the frontend? My site is a community, so it would be interesting for the user to change the photo on their “my account” page.
Thanks!
So we don’t have a built-in integration to handle front-end uploads but there have been users that have gotten this to work. I’d suggest looking at https://ww.wp.xz.cn/support/topic/how-to-set-avatar-programmatically/ and https://ww.wp.xz.cn/support/topic/uploading-on-the-front-end/ for some details on how one person was able to get it to work.