WC_Session::get_customer_id()
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() WC Session::get customer id code WC 9.8.2
public function get_customer_id() { return $this->_customer_id; }