Automattic\WooCommerce\StoreApi\Routes\V1
Batch::get_path_regex
Get the path of this rest route.
Метод класса: Batch{}
Хуков нет.
Возвращает
Строку.
Использование
$result = Batch::get_path_regex();
Код Batch::get_path_regex() Batch::get path regex WC 11.0.1
public static function get_path_regex() {
return '/batch';
}