{# # Brand Description (Bootstrap 5 Override) # # Renders a brand's description with optional thumbnail. # # Expected context: # thumbnail - URL of brand thumbnail image (or empty) # # WooCommerce PHP equivalent: brands/brand-description.php # # @package WcBootstrap # @since 0.1.0 #} {% set image_size = wc_get_image_size('shop_catalog') %}
{% if thumbnail %} {{ single_term_title('', false)|esc_attr }} {% endif %}
{{ term_description()|wptexturize|wpautop|do_shortcode|raw }}