# shopbuilder/2.2.0/templates/elementor/archive/archive-description.php

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

- Page: https://pluginprobe.com/plugins/shopbuilder/2.2.0/code/templates/elementor/archive/archive-description.php
- Raw: https://pluginprobe.com/plugins/shopbuilder/2.2.0/raw/templates/elementor/archive/archive-description.php
- Modified: 2024-08-12T05:53:38+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.2.0/code/templates/elementor/archive/archive-description.php#L10-L20`.

```php
<?php
/**
 * Template variables:
 *
 * @var $controllers  array Widgets/Addons Settings
 * @var $content  string
 */

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

?>
<div class="rtsb-archive-description">
	<?php echo wp_kses_post( $content ); ?>
</div>

```
