# age-gate/3.7.3/src/Resources/views/admin/post/meta/age.php

Age Gate, version 3.7.3. 4 lines.

- Page: https://pluginprobe.com/plugins/age-gate/3.7.3/code/src/Resources/views/admin/post/meta/age.php
- Raw: https://pluginprobe.com/plugins/age-gate/3.7.3/raw/src/Resources/views/admin/post/meta/age.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/admin/post/meta/age.php#L10-L20`.

```php
<div class="ag-post-metabox__item ag-post-metabox__item--age">
    <?php echo esc_html__( 'Set age to: ', 'age-gate') ?> <input type="number" name="ag_settings[age]" class="small-text" value="<?php echo esc_attr($content->getAge()) ?>" /> <button type="button" class="button ag-post-metabox__set"><?php echo esc_html__( 'Set', 'age-gate' ) ?></button>
</div>

```
