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