# age-gate/3.7.3/src/Resources/views/admin/term/edit-wrapper.php

Age Gate, version 3.7.3. 7 lines.

- Page: https://pluginprobe.com/plugins/age-gate/3.7.3/code/src/Resources/views/admin/term/edit-wrapper.php
- Raw: https://pluginprobe.com/plugins/age-gate/3.7.3/raw/src/Resources/views/admin/term/edit-wrapper.php
- Modified: 2025-03-27T08:14:32+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/term/edit-wrapper.php#L10-L20`.

```php
<tr class="form-field term-age-gate-wrap">
	<th scope="row"><?php echo esc_html(__('Age Restriction', 'age-gate')); ?></th>
	<td>
        <?php echo $this->section('content') // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
    </td>
</tr>

```
