Viewing 1 replies (of 1 total)
  • Plugin Author xootix

    (@xootix)

    Hello,
    Please add this snippet

    add_action( 'xoo_el_login_add_fields', function(){
    	?>
    	<style type="text/css">
    		.xoo-el-login-btm-fields:not(.xoo-el-login-btm-fields-cust){
    			display: none!important;
    		}
    	</style>
    	<div class="xoo-aff-group xoo-el-login-btm-fields xoo-el-login-btm-fields-cust">
    		<label class="xoo-el-form-label">
    			<input type="checkbox" name="xoo-el-rememberme" value="forever" checked/>
    			<span><?php _e( 'Remember me', 'easy-login-woocommerce' ); ?></span>
    		</label>
    		<a class="xoo-el-lostpw-tgr" rel="nofollow" href="#"><?php _e('Forgot Password?','easy-login-woocommerce'); ?></a>
    	</div>
    	<?php
    } );
Viewing 1 replies (of 1 total)

The topic ‘remember me’ is closed to new replies.