File: /var/www/html/wp-content/themes/ganryujima_new_1602/member/reset-password.php
<!-- Content Area -->
<form accept-charset="UTF-8" action="<?= the_permalink() ?>" class="members-form reset-pass <?php echo $condition; ?>" method="post">
<p>会員登録時に使用したメールアドレスを入力して下さい。<br>入力されたメールアドレスに、パスワード初期化の情報を送信します。</p>
<input type="hidden" name="state" value="commit">
<div style="margin:0;padding:0;display:inline">
<input name="utf8" type="hidden" value="✓">
</div>
<p class="inputs">
<label for="right-label" class="right inline">メールアドレス</label>
<input autofocus="autofocus" id="member_email" name="email" placeholder="email" size="30" type="text" value="">
</p>
<?php
if($error != '') {
echo '<p class="alert">' . $error . '</p>';
}
?>
<input class="btn btn-red" name="commit" type="submit" value="送信する">
</form>
<p class="sent-message <?php echo $condition; ?>">
入力されたメールアドレスにメールを送信しました。<br />
メール内のurlにアクセスしてパスワードの初期化を行って下さい。
</p>
<script src="<?= get_template_directory_uri() ?>/js/request-reset-password.js"></script>