[TIP] Add form in WooCommerce edit account
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘[TIP] Add form in WooCommerce edit account’ is closed to new replies.