Automattic\WooCommerce\StoreApi\Routes\V1
CartExtensions::get_path_regex
Get the path of this rest route.
Method of the class: CartExtensions{}
No Hooks.
Returns
String.
Usage
$result = CartExtensions::get_path_regex();
CartExtensions::get_path_regex() CartExtensions::get path regex code WC 10.7.0
public static function get_path_regex() {
return '/cart/extensions';
}