# shopbuilder/3.2.4/templates/elementor/general/breadcrumbs.php

ShopBuilder – WooCommerce Builder For Elementor, version 3.2.4. 18 lines.

- Page: https://pluginprobe.com/plugins/shopbuilder/3.2.4/code/templates/elementor/general/breadcrumbs.php
- Raw: https://pluginprobe.com/plugins/shopbuilder/3.2.4/raw/templates/elementor/general/breadcrumbs.php
- Modified: 2026-06-16T09:34:42+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/shopbuilder/3.2.4/code/templates/elementor/general/breadcrumbs.php#L10-L20`.

```php
<?php
/**
 * Template variables:
 *
 * @var $controllers  array settings as array
 * @var $args  array
 */

// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
	exit( 'This script cannot be accessed directly.' );
}


echo '<div class="rtsb-breadcrumb">';
	woocommerce_breadcrumb( $args );
echo '</div>';

```
