Automattic\WooCommerce\StoreApi\Routes\V1
ProductCategoriesById::get_path_regex
Get the path of this rest route.
Метод класса: ProductCategoriesById{}
Хуков нет.
Возвращает
Строку.
Использование
$result = ProductCategoriesById::get_path_regex();
Код ProductCategoriesById::get_path_regex() ProductCategoriesById::get path regex WC 11.0.0
public static function get_path_regex() {
return '/products/categories/(?P<id>[\d]+)';
}