Automattic\WooCommerce\StoreApi\Routes\V1
Cart::get_path
Get the path of this REST route.
Метод класса: Cart{}
Хуков нет.
Возвращает
Строку.
Использование
$Cart = new Cart(); $Cart->get_path();
Код Cart::get_path() Cart::get path WC 10.4.3
public function get_path() {
return self::get_path_regex();
}