get_brand_thumbnail_image()WC 1.0

Polyfill for get_brand_thumbnail_image.

Хуков нет.

Возвращает

Строку.

Использование

get_brand_thumbnail_image( $brand, $size );
$brand(объект) (обязательный)
Brand term.
$size(строка)
Thumbnail image size.
По умолчанию: ''

Код get_brand_thumbnail_image() WC 9.8.2

function get_brand_thumbnail_image( $brand, $size = '' ) {
	return wc_get_brand_thumbnail_image( $brand, $size );
}