Frontend Simple Local Avatar upload

Sergey, use this in place where you are going to put form to edit avatar:

<?php
$myAv = new simple_local_avatars();
$myAv->edit_user_profile($profileuser); 
?>

Leave a Comment