strangerstudios / basic-user-avatars

Add an avatar upload field on frontend pages and on the Edit Profile screen so users and admins can manage custom profile pictures without Gravatar.
https://wordpress.org/plugins/basic-user-avatars/
39 stars 34 forks source link

How to get avatar image url directory #23

Closed jaysingh17 closed 3 years ago

jaysingh17 commented 7 years ago

Hello jaredatch ,

How to get avatar image url directory ($avatar_url) ? Can you please help me ?

update_user_meta( $user_id, 'basic_user_avatar', array( 'full' => $avatar_url ) );