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

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

- Page: https://pluginprobe.com/plugins/shopbuilder/2.5.0/code/templates/elementor/general/breadcrumbs.php
- Raw: https://pluginprobe.com/plugins/shopbuilder/2.5.0/raw/templates/elementor/general/breadcrumbs.php
- Modified: 2024-12-12T12:16:40+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/2.5.0/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>';

```
