WP User Avatar Front End Update Avatar

admin

Administrator
Staff member
I'm Using the <a href="https://br.wordpress.org/plugins/wp-user-avatar/" rel="nofollow noreferrer">https://br.wordpress.org/plugins/wp-user-avatar/</a> plugin,
but I'm on a little problem, I need to update my user image on /my-account/edit-account/ link, on my site. This code show the for, allows to me upload or select a image but on update information, it doesn't save. How do I update a new image ?

Code:
&lt;?php do_action('edit_user_avatar', $user); ?&gt;

Thank you all