Automattic\WooCommerce\StoreApi\Routes\V1

Cart::get_pathpublicWC 1.0

Get the path of this REST route.

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

Хуков нет.

Возвращает

Строку.

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

$Cart = new Cart();
$Cart->get_path();

Код Cart::get_path() WC 10.4.3

public function get_path() {
	return self::get_path_regex();
}