WC_Customer::get_password()
Get password (only used when updating the user object).
Description Description
Return Return
(string)
Source Source
File: includes/class-wc-customer.php
public function get_password() {
return $this->password;
}
Get password (only used when updating the user object).
(string)
File: includes/class-wc-customer.php
public function get_password() {
return $this->password;
}