# ultimate-store-kit/3.0.2/modules/edd-classic-grid/module.info.php

Ultimate Store Kit – Store Builder Addons for Elementor, WooCommerce Store Builder, EDD Store Builder, version 3.0.2. 14 lines.

- Page: https://pluginprobe.com/plugins/ultimate-store-kit/3.0.2/code/modules/edd-classic-grid/module.info.php
- Raw: https://pluginprobe.com/plugins/ultimate-store-kit/3.0.2/raw/modules/edd-classic-grid/module.info.php
- Modified: 2026-05-06T11:45:22+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/3.0.2/code/modules/edd-classic-grid/module.info.php#L10-L20`.

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

return [
    'title'              => esc_html__('EDD Classic Grid', 'ultimate-store-kit'),
    'required'           => true,
    'default_activation' => true,
    'has_style'          => true,
    'has_script'         => true,
];

```
