WC_Shortcode_My_Account::edit_account()
Edit account details page.
Description Description
Source Source
File: includes/shortcodes/class-wc-shortcode-my-account.php
public static function edit_account() { wc_get_template( 'myaccount/form-edit-account.php', array( 'user' => get_user_by( 'id', get_current_user_id() ) ) ); }