# age-gate/3.7.3/src/Resources/views/public/shortcode/shortcode-js.php

Age Gate, version 3.7.3. 6 lines.

- Page: https://pluginprobe.com/plugins/age-gate/3.7.3/code/src/Resources/views/public/shortcode/shortcode-js.php
- Raw: https://pluginprobe.com/plugins/age-gate/3.7.3/raw/src/Resources/views/public/shortcode/shortcode-js.php
- Modified: 2022-09-16T21:43:30+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/age-gate/3.7.3/code/src/Resources/views/public/shortcode/shortcode-js.php#L10-L20`.

```php
<div class="age-gate-shortcode-js" data-agegate="<?php echo esc_attr($restrictedContent) ?>" data-data="<?php echo esc_attr($options) ?>">
    <script type="text/template">
        <?php $this->insert('shortcode/shortcode-standard') ?>
    </script>
</div>

```
