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