Automattic\WooCommerce\StoreApi\Routes\V1

CartAddItem::get_path_regexpublic staticWC 1.0

Get the path of this rest route.

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

Хуков нет.

Возвращает

Строку.

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

$result = CartAddItem::get_path_regex();

Код CartAddItem::get_path_regex() WC 9.9.5

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