save_account_details() 공개 정적인 메소드

Save the password/account details and redirect back to the my account page.
public static save_account_details ( )
예제 #1
0
 function woo_save_account_details()
 {
     if (isset($_POST)) {
         WC_Form_Handler::save_account_details();
     }
 }