Automattic\WooCommerce\Internal\ShopperLists
ShopperList::get_slug
The list slug (e.g. 'saved-for-later').
Метод класса: ShopperList{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$ShopperList = new ShopperList(); $ShopperList->get_slug(): string;
Код ShopperList::get_slug() ShopperList::get slug WC 10.9.1
public function get_slug(): string {
return $this->slug;
}