# wordpress-database-reset/3.22/views/partials/security-code.php

Database Reset, version 3.22. 8 lines.

- Page: https://pluginprobe.com/plugins/wordpress-database-reset/3.22/code/views/partials/security-code.php
- Raw: https://pluginprobe.com/plugins/wordpress-database-reset/3.22/raw/views/partials/security-code.php
- Modified: 2022-11-22T10:44:56+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/wordpress-database-reset/3.22/code/views/partials/security-code.php#L10-L20`.

```php
<p>
  <b>3.</b> <?php esc_html_e('Enter the security code into the text box below', 'wordpress-database-reset') ?>:
  <span id="security-code"><?php echo esc_html($this->code); ?></span>
</p>

<input type="hidden" name="db-reset-code" value="<?php echo esc_attr($this->code); ?>" />
<input type="text" name="db-reset-code-confirm" id="db-reset-code-confirm" value="" placeholder="" />
<?php wp_nonce_field('reset_nounce', 'submit_reset_form'); ?>
```
