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