Automattic\WooCommerce\StoreApi\Routes\V1

Cart::get_path_regex()public staticWC 1.0

Get the path of this rest route.

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

Хуков нет.

Возвращает

Строку.

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

$result = Cart::get_path_regex();

Код Cart::get_path_regex() WC 9.5.1

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