Automattic\WooCommerce\StoreApi\Routes\V1
ShopperListItemsByKey::get_path
Get the path of this REST route.
Метод класса: ShopperListItemsByKey{}
Хуков нет.
Возвращает
Строку.
Использование
$ShopperListItemsByKey = new ShopperListItemsByKey(); $ShopperListItemsByKey->get_path();
Код ShopperListItemsByKey::get_path() ShopperListItemsByKey::get path WC 10.9.1
public function get_path() {
return self::get_path_regex();
}