WC_Customer::get_password
Get password (only used when updating the user object).
Method of the class: WC_Customer{}
No Hooks.
Returns
String.
Usage
$WC_Customer = new WC_Customer(); $WC_Customer->get_password();
WC_Customer::get_password() WC Customer::get password code WC 10.6.2
public function get_password() {
return $this->password;
}