• Resolved Pacotole

    (@pacotole)


    You can easily add avatar upload form in WooCommerce account edition with this code:

    function add_avatar_form_to_edit_account() {
    	echo do_shortcode( '[basic-user-avatars]' ) . '<br><br>';
    }
    add_action( 'woocommerce_before_edit_account_form', 'add_avatar_form_to_edit_account' );
Viewing 1 replies (of 1 total)
  • Thank you for sharing this @pacotole! This will be available for other users, and we will be changing the status to resolved. If you have any new questions or if your issue persists, please feel free to create a new topic.

Viewing 1 replies (of 1 total)
  • The topic ‘[TIP] Add form in WooCommerce edit account’ is closed to new replies.