Automattic\WooCommerce\StoreApi\Routes\V1
CartAddItem::get_path_regex()
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() CartAddItem::get path regex code WC 9.6.1
public static function get_path_regex() { return '/cart/add-item'; }