Automattic\WooCommerce\Internal\ShopperLists

ShopperList::get_slugpublicWC 1.0

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() code WC 10.9.1

public function get_slug(): string {
	return $this->slug;
}