# ultimate-store-kit/3.0.9/modules/qr-code/module.info.php

Ultimate Store Kit, version 3.0.9. 14 lines.

- Page: https://pluginprobe.com/plugins/ultimate-store-kit/3.0.9/code/modules/qr-code/module.info.php
- Raw: https://pluginprobe.com/plugins/ultimate-store-kit/3.0.9/raw/modules/qr-code/module.info.php
- Modified: 2026-08-10T12:16: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/3.0.9/code/modules/qr-code/module.info.php#L10-L20`.

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

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

```
