Submit
Path:
~
/
home
/
getwphos
/
public_html
/
shellfish
/
wp-content
/
themes
/
amanus
/
woocommerce
/
myaccount
/
File Content:
form-lost-password.php
<?php /** * Lost password form * * This template can be overridden by copying it to yourtheme/woocommerce/myaccount/form-lost-password.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * maintain compatibility. We try to do this as little as possible, but it does * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @package WooCommerce\Templates * @version 9.2.0 */ defined( 'ABSPATH' ) || exit; do_action( 'woocommerce_before_lost_password_form' ); ?> <form method="post" class="woocommerce-ResetPassword lost_reset_password"> <h3 class="woocommerce-column__title"><?php esc_html_e( 'Forgot Password?', 'amanus' ); ?></h3> <p class="reset-depscription"><?php echo wp_kses(apply_filters( 'woocommerce_lost_password_message', esc_html__( 'Please enter your Email Address. You will receive a link to create a new password via Email.', 'amanus' ) ),'post'); ?></p> <p class="woocommerce-form-row woocommerce-form-row--first form-row form-row-wide"> <input class="woocommerce-Input woocommerce-Input--text input-text" type="text" name="user_login" id="user_login" autocomplete="username" placeholder="<?php esc_attr_e( 'Your Email *', 'amanus' ); ?>"/> </p> <div class="clear"></div> <?php do_action( 'woocommerce_lostpassword_form' ); ?> <p class="woocommerce-form-row form-row form-row-wide"> <input type="hidden" name="wc_reset_password" value="true" /> <button type="submit" class="woocommerce-Button button" value="<?php esc_attr_e( 'Reset password', 'amanus' ); ?>"><?php esc_html_e( 'Reset password', 'amanus' ); ?></button> </p> <?php wp_nonce_field( 'lost_password', 'woocommerce-lost-password-nonce' ); ?> </form> <?php do_action( 'woocommerce_after_lost_password_form' );
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
dashboard.php
2576 bytes
0644
form-login.php
5320 bytes
0644
form-lost-password.php
1970 bytes
0644
orders.php
5852 bytes
0644
N4ST4R_ID | Naxtarrr