Automattic\WooCommerce\StoreApi\Routes\V1
ProductBrandsById::get_path
Get the path of this REST route.
Метод класса: ProductBrandsById{}
Хуков нет.
Возвращает
Строку.
Использование
$ProductBrandsById = new ProductBrandsById(); $ProductBrandsById->get_path();
Код ProductBrandsById::get_path() ProductBrandsById::get path WC 11.0.1
public function get_path() {
return self::get_path_regex();
}