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