# ultimate-store-kit/2.0.0/modules/featured-box/module.info.php

Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder, version 2.0.0. 10 lines.

- Page: https://pluginprobe.com/plugins/ultimate-store-kit/2.0.0/code/modules/featured-box/module.info.php
- Raw: https://pluginprobe.com/plugins/ultimate-store-kit/2.0.0/raw/modules/featured-box/module.info.php
- Modified: 2024-08-14T10:46:36+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/ultimate-store-kit/2.0.0/code/modules/featured-box/module.info.php#L10-L20`.

```php
<?php
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

return [
	'title'              => esc_html__( 'Featured Box', 'ultimate-store-kit' ),
	'required'           => true,
	'default_activation' => false,
	'has_style' 		 => true,
];

```
