WC_Shortcode_My_Account::edit_account()
Edit account details page.
Method of the class: WC_Shortcode_My_Account{}
No Hooks.
Return
null
. Nothing (null).
Usage
$result = WC_Shortcode_My_Account::edit_account();
WC_Shortcode_My_Account::edit_account() WC Shortcode My Account::edit account code WC 9.4.2
public static function edit_account() { wc_get_template( 'myaccount/form-edit-account.php', array( 'user' => get_user_by( 'id', get_current_user_id() ) ) ); }