Automattic\WooCommerce\Internal\ShopperLists

ShopperList::get_slugpublicWC 1.0

The list slug (e.g. 'saved-for-later').

Метод класса: ShopperList{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ShopperList = new ShopperList();
$ShopperList->get_slug(): string;

Код ShopperList::get_slug() WC 10.9.1

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