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