Automattic\WooCommerce\StoreApi\Routes\V1

CartItems::get_path_regexpublic staticWC 1.0

Get the path of this rest route.

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

Хуков нет.

Возвращает

Строку.

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

$result = CartItems::get_path_regex();

Код CartItems::get_path_regex() WC 9.9.5

public static function get_path_regex() {
	return '/cart/items';
}