Can you tell me how can i put this funtion from User profile to edit user for admin....
i get this code from user-profile.php
<?php if(function_exists('profile_picture_show')) { ?>
<div class="row">
<label class="picture"><span><?php _e('Avatar', 'stela'); ?></span></label>
<a href="#" id="pict-update">
<?php profile_picture_show(null, null, 80); ?>
</a>
<a href="#" id="pict-update-secondary" class="btn btn-secondary"><?php _e('Update avatar', 'stela'); ?></a>
</div>
<?php } ?>
My question, how can i used this code in Admin dashboard for Edit User... how can i ADD HOOK To ADMIN ??what a code... please
Please see attach file below