How to add profile picture uploader shortcode to Woocommerce Account Details page and Registration Form
I found this code on another post in regards to making modifications to the Account Details page but I don’t know how to modify it to do what I would like. Instead of adding 2 “favorite color” fields I would like to display a users profile picture and a button to upload a new profile picture. I have a shortcode from the One User Avatar plugin that has it all built in. The shortcode [avatar_upload] is a stand-alone uploader for users that are logged-in. Can the code below be modified to do what I’m attempting? I would also like to add this functionality to my Registration Form if possible.
How to add profile picture and profile picture upload button to Woocommerce Account Details page and Registration Form (I have shortcodes)
I found this code on another post in regards to making modifications to the Account Details page but I don’t know how to modify it to do what I would like. Instead of adding 2 “favorite color” fields I would like to display a users profile picture and a button to upload a new profile picture. I have shortcodes from the One User Avatar plugin that add these two things. [avatar] displays the user avatar and [avatar_upload] is a stand-alone uploader for users that are logged-in. Can the code below be modified to do what I’m attempting? I would also like to add this functionality to my Registration Form if possible.