Automattic\WooCommerce\Internal\ShopperLists
ShopperList::get_slug
The list slug (e.g. 'saved-for-later').
Method of the class: ShopperList{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ShopperList = new ShopperList(); $ShopperList->get_slug(): string;
ShopperList::get_slug() ShopperList::get slug code WC 10.9.1
public function get_slug(): string {
return $this->slug;
}