Submit
Path:
~
/
home
/
getwphos
/
public_html
/
techniquetechs
/
wp-content
/
themes
/
plexify
/
woocommerce
/
global
/
File Content:
pxl-form-login.php
<?php if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } if ( is_user_logged_in() ) { return; } ?> <div class="pxl-login-form-popup"> <form class="woocommerce-form woocommerce-form-login login" method="post" <?php echo esc_attr( $hidden ) ? 'style="display:none;"' : ''; ?>> <?php do_action( 'woocommerce_login_form_start' ); ?> <?php echo !empty( $message ) ? wpautop( wptexturize( $message ) ) : ''; ?> <div class="form-fields field-username relative"> <input type="text" class="input-text" name="username" id="username" placeholder="<?php esc_attr_e( 'Username or email', 'plexify' ); ?>" autocomplete="username" /> </div> <div class="form-fields field-password relative"> <input class="input-text woocommerce-Input" 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="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( 'Forgot password?', 'plexify' ); ?></a></span> </div> <?php wp_nonce_field( 'woocommerce-login', 'woocommerce-login-nonce' ); ?> <input type="hidden" name="redirect" value="<?php echo esc_url( $redirect ); ?>" /> <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( 'Sign in', 'plexify' ); ?>"><?php esc_html_e( 'Sign in', 'plexify' ); ?></button> </div> <?php do_action( 'woocommerce_login_form_end' ); ?> </form> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
pxl-form-login.php
2227 bytes
0644
pxl-quantity-input.php
1489 bytes
0644
N4ST4R_ID | Naxtarrr