Automattic\WooCommerce\StoreApi\Routes\V1
CartRemoveItem::get_path_regex
Get the path of this rest route.
Метод класса: CartRemoveItem{}
Хуков нет.
Возвращает
string.
Использование
$result = CartRemoveItem::get_path_regex();
Код CartRemoveItem::get_path_regex() CartRemoveItem::get path regex WC 11.1.2
public static function get_path_regex() {
return '/cart/remove-item';
}