Automattic\WooCommerce\StoreApi\Routes\V1

CartRemoveItem::get_path_regexpublic staticWC 1.0

Get the path of this rest route.

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

Хуков нет.

Возвращает

Строку.

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

$result = CartRemoveItem::get_path_regex();

Код CartRemoveItem::get_path_regex() WC 10.0.2

public static function get_path_regex() {
	return '/cart/remove-item';
}