WC_Cart::get_customer()
Get cart’s owner.
Description Description
Return Return
Source Source
File: includes/class-wc-cart.php
public function get_customer() { return WC()->customer; }
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |