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 ?
Thank you all
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:
<?php do_action('edit_user_avatar', $user); ?>
Thank you all