WC_Customer::get_password()publicWC 1.0

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() code WC 8.7.0

public function get_password() {
	return $this->password;
}