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