Automattic\WooCommerce\StoreApi\Routes\V1

CartUpdateItem::get_path_regexpublic staticWC 1.0

Get the path of this rest route.

Method of the class: CartUpdateItem{}

No Hooks.

Returns

String.

Usage

$result = CartUpdateItem::get_path_regex();

CartUpdateItem::get_path_regex() code WC 9.8.5

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