Automattic\WooCommerce\StoreApi\Routes\V1

CartUpdateItem::get_path_regex()public staticWC 1.0

Get the path of this rest route.

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

Хуков нет.

Возвращает

Строку.

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

$result = CartUpdateItem::get_path_regex();

Код CartUpdateItem::get_path_regex() WC 9.5.1

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