get_brand_thumbnail_image()
Polyfill for get_brand_thumbnail_image.
No Hooks.
Returns
String.
Usage
get_brand_thumbnail_image( $brand, $size );
- $brand(object) (required)
- Brand term.
- $size(string)
- Thumbnail image size.
Default:''
get_brand_thumbnail_image() get brand thumbnail image code WC 10.8.1
function get_brand_thumbnail_image( $brand, $size = '' ) {
return wc_get_brand_thumbnail_image( $brand, $size );
}