---
title: "Hooks Reference"
source: "https://docs.nexcess.com/software/kadence/iconic/hooks-reference/"
description: "Actions List HookFileParametersiconic_wbp_content_product_imagetemplates/content-bundled-products.php $stl_product WC_Product The current product within the bun…"
vertical: "Software"
area: "Iconic"
date: "2021-03-25"
last_modified: "2021-03-25"
---

# Hooks Reference

## Actions List

| Hook | File | Parameters |
|---|---|---|
| `iconic_wbp_content_product_image` | templates/content-bundled-products.php | - `$stl_product` `WC_Product` The current product within the bundle. - `$product` `WC_Product` The current parent product. |
| `iconic_wbp_content_product_summary` | templates/content-bundled-products.php | - `$stl_product` `WC_Product` The current product within the bundle. - `$product` `WC_Product` The current parent product. |

## Filters List

| Hook | File | Parameters |
|---|---|---|
| `iconic_wbp_wrapper_classes` | templates/content-bundled-products.php | - `$classes` `array` An array of classes for the bundle wrapper. - `$product` `WC_Product` The current parent product. |
| `iconic_wbp_product_classes` | templates/content-bundled-products.php | - `$classes` `array` An array of classes for the bundled item div. - `$stl_product` `WC_Product` The current product within the bundle. - `$product` `WC_Product` The current parent product. |
| `iconic_wbp_products` | inc/class-product-bundled.php | - `$products` `array` An array of product ( WC\_Product ) objects. - `$product` `WC_Product` The current parent product. |
| `iconic_wbp_add_all_to_cart_text` | inc/class-product-bundled.php | - `$button_text` `string` The “Add All to Cart” button text. - `$product` `WC_Product` The current parent product. |
