Automattic\WooCommerce\StoreApi\Routes\V1

CartAddItem::get_path_regex()public staticWC 1.0

Get the path of this rest route.

Method of the class: CartAddItem{}

No Hooks.

Return

String.

Usage

$result = CartAddItem::get_path_regex();

CartAddItem::get_path_regex() code WC 9.6.1

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