{# # Product Category Content in Loop (Bootstrap 5 Override) # # Renders a product category card within the shop loop grid. # # Expected context: # category - Product category object with: # .name - Category name # .count - Number of products # .link - Category URL # .thumbnail - Category thumbnail HTML # # WooCommerce PHP equivalent: content-product-cat.php # # @package WcBootstrap # @since 0.1.0 #}
{{ do_action('woocommerce_before_subcategory', category) }}
{{ do_action('woocommerce_before_subcategory_title', category) }}
{{ do_action('woocommerce_shop_loop_subcategory_title', category) }} {{ do_action('woocommerce_after_subcategory_title', category) }}
{{ do_action('woocommerce_after_subcategory', category) }}