Automattic\WooCommerce\StoreApi\Routes\V1
CartAddItem::get_path
Get the path of this REST route.
Method of the class: CartAddItem{}
No Hooks.
Returns
String.
Usage
$CartAddItem = new CartAddItem(); $CartAddItem->get_path();
CartAddItem::get_path() CartAddItem::get path code WC 10.9.4
public function get_path() {
return self::get_path_regex();
}