WC_Customer::get_passwordpublicWC 1.0

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

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