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

Database Reset, version 3.0.1. 8 lines.

- Page: https://pluginprobe.com/plugins/wordpress-database-reset/3.0.1/code/views/partials/security-code.php
- Raw: https://pluginprobe.com/plugins/wordpress-database-reset/3.0.1/raw/views/partials/security-code.php
- Modified: 2015-09-26T04:28:34+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.0.1/code/views/partials/security-code.php#L10-L20`.

```php
<p>
  2. <?php _e( 'Enter the security code into the text box', 'wordpress-database-reset' ) ?>:
  <span id="security-code"><?php echo $this->code ?></span>
</p>

<input type="hidden" name="db-reset-code" value="<?php echo $this->code ?>" />
<input type="text" name="db-reset-code-confirm" id="db-reset-code-confirm" value="" placeholder="*****" />

```
