Submit
Path:
~
/
home
/
getwphos
/
public_html
/
techniquetechs
/
wp-content
/
themes
/
plexify
/
woocommerce
/
myaccount
/
File Content:
pxl-form-login.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } do_action( 'woocommerce_before_customer_login_form' ); ?> <div class="pxl-myaccount-login-reg-form d-flex justify-content-center"> <div class="pxl-login-form active"> <h3><?php esc_html_e( 'Sign In', 'plexify' ); ?></h3> <form class="woocommerce-form woocommerce-form-login login" method="post"> <?php do_action( 'woocommerce_login_form_start' ); ?> <div class="form-fields field-username relative"> <input type="text" class="woocommerce-Input input-text" name="username" id="username" placeholder="<?php esc_attr_e( 'Username or email *', 'plexify' ); ?>" autocomplete="username" value="<?php echo ( ! empty( $_POST['username'] ) ) ? esc_attr( wp_unslash( $_POST['username'] ) ) : ''; ?>" /> </div> <div class="form-fields field-password relative"> <input class="woocommerce-Input input-text" type="password" name="password" id="password" placeholder="<?php esc_attr_e( 'Password *', 'plexify' ); ?>" autocomplete="current-password" /> </div> <?php do_action( 'woocommerce_login_form' ); ?> <div class="form-actions"> <div class="form-row remember-forgot d-flex-wrap align-items-center justify-content-between"> <label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme"> <input class="woocommerce-form__input woocommerce-form__input-checkbox" name="rememberme" type="checkbox" id="rememberme" value="forever" /> <span><?php esc_html_e( 'Remember me', 'plexify' ); ?></span> </label> <span class="lost_password"><a href="<?php echo esc_url( wp_lostpassword_url() ); ?>"><?php esc_html_e( 'Lost your password?', 'plexify' ); ?></a></span> </div> <?php wp_nonce_field( 'woocommerce-login', 'woocommerce-login-nonce' ); ?> <button type="submit" class="woocommerce-button button woocommerce-form-login__submit<?php echo esc_attr( wc_wp_theme_get_element_class_name( 'button' ) ? ' ' . wc_wp_theme_get_element_class_name( 'button' ) : '' ); ?>" name="login" value="<?php esc_attr_e( 'Log in', 'plexify' ); ?>"><?php esc_html_e( 'Sign In', 'plexify' ); ?></button> <?php if ( 'yes' === get_option( 'woocommerce_enable_myaccount_registration' ) ) : ?> <a class="button btn-alt create-acc" href="javascript:void(0);" data-target=".pxl-register-form"><?php esc_html_e( 'Create an account', 'plexify' ); ?></a> <?php endif; ?> </div> <?php do_action( 'woocommerce_login_form_end' ); ?> </form> </div> <?php if ( 'yes' === get_option( 'woocommerce_enable_myaccount_registration' ) ) : ?> <div class="pxl-register-form"> <h3><?php esc_html_e( 'Register', 'plexify' ); ?></h3> <form method="post" class="woocommerce-form woocommerce-form-register register" <?php do_action( 'woocommerce_register_form_tag' ); ?> > <?php do_action( 'woocommerce_register_form_start' ); ?> <?php if ( 'no' === get_option( 'woocommerce_registration_generate_username' ) ) : ?> <div class="form-fields field-username relative"> <input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" id="reg_username" placeholder="<?php esc_attr_e( 'Username *', 'plexify' ); ?>" autocomplete="username" value="<?php echo ( ! empty( $_POST['username'] ) ) ? esc_attr( wp_unslash( $_POST['username'] ) ) : ''; ?>" /><?php ?> </div> <?php endif; ?> <div class="form-fields field-email relative"> <input type="email" class="woocommerce-Input woocommerce-Input--text input-text" name="email" id="reg_email" placeholder="<?php esc_attr_e( 'Email address *', 'plexify' ); ?>" autocomplete="email" value="<?php echo ( ! empty( $_POST['email'] ) ) ? esc_attr( wp_unslash( $_POST['email'] ) ) : ''; ?>" /> </div> <?php if ( 'no' === get_option( 'woocommerce_registration_generate_password' ) ) : ?> <div class="form-fields field-password relative"> <input type="password" class="woocommerce-Input woocommerce-Input--text input-text" name="password" id="reg_password" placeholder="<?php esc_attr_e( 'Password *', 'plexify' ); ?>" autocomplete="new-password" /> </div> <?php else : ?> <div class="form-fields"><?php esc_html_e( 'A link to set a new password will be sent to your email address.', 'plexify' ); ?></div> <?php endif; ?> <?php do_action( 'woocommerce_register_form' ); ?> <div class="form-actions"> <?php wp_nonce_field( 'woocommerce-register', 'woocommerce-register-nonce' ); ?> <button type="submit" class="woocommerce-Button woocommerce-button button<?php echo esc_attr( wc_wp_theme_get_element_class_name( 'button' ) ? ' ' . wc_wp_theme_get_element_class_name( 'button' ) : '' ); ?> woocommerce-form-register__submit" name="register" value="<?php esc_attr_e( 'Sign Up', 'plexify' ); ?>"><?php esc_html_e( 'Sign Up', 'plexify' ); ?></button> <a class="button btn-alt btn-login" href="javascript:void(0);" data-target=".pxl-login-form"><?php esc_html_e( 'Already has an account', 'plexify' ); ?></a> </div> <?php do_action( 'woocommerce_register_form_end' ); ?> </form> </div> <?php endif; ?> </div> <?php do_action( 'woocommerce_after_customer_login_form' ); ?>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
pxl-form-login.php
5207 bytes
0644
pxl-my-account.php
1421 bytes
0644
N4ST4R_ID | Naxtarrr