Automattic\WooCommerce\StoreApi\Routes\V1

CartUpdateItem::get_path │ public │ WC 1.0

Get the path of this REST route.

Method of the class: CartUpdateItem{}

No Hooks.

Returns

string.

Usage

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

CartUpdateItem::get_path() code WC 11.1.2

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