get('use_lock_10') && ! $options->get('passwordless_enabled')) { require_once 'auth0-login-form-lock10.php'; } else { require_once 'auth0-login-form.php'; } }else { add_action( 'login_footer', array( 'WP_Auth0', 'render_back_to_auth0' ) ); add_action( 'woocommerce_after_customer_login_form', array( 'WP_Auth0', 'render_back_to_auth0' ) ); } } ?>