get_brand_thumbnail_image()
Polyfill for get_brand_thumbnail_image.
Хуков нет.
Возвращает
Строку
.
Использование
get_brand_thumbnail_image( $brand, $size );
- $brand(объект) (обязательный)
- Brand term.
- $size(строка)
- Thumbnail image size.
По умолчанию: ''
Код get_brand_thumbnail_image() get brand thumbnail image WC 9.8.2
function get_brand_thumbnail_image( $brand, $size = '' ) { return wc_get_brand_thumbnail_image( $brand, $size ); }