get_brand_thumbnail_image()
Polyfill for get_brand_thumbnail_image.
No Hooks.
Return
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 9.5.1
function get_brand_thumbnail_image( $brand, $size = '' ) { return wc_get_brand_thumbnail_image( $brand, $size ); }