WC_Session::get_customer_id()

Get customer ID.


Description Description


Return Return

(int)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-session.php

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

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.