WC_Session::get_customer_id()publicWC 1.0

Get customer ID.

Method of the class: WC_Session{}

No Hooks.

Return

Int.

Usage

$WC_Session = new WC_Session();
$WC_Session->get_customer_id();

WC_Session::get_customer_id() code WC 8.7.0

public function get_customer_id() {
	return $this->_customer_id;
}