WooCommerce WP-Login

Enables a login redirect to your WooCommerce "My account" page instead of the default wp-login.php

Author:Machine Pro SEO (profile at wordpress.org)
WordPress version required:2.5
WordPress version tested:6.4.2
Plugin version:3.0.3
Added to WordPress repository:22-12-2017
Last updated:20-12-2023
Rating, %:100
Rated by:8
Plugin URI:https://wordpress.org/plugins/woo-wp-login/
Total downloads:10 449
Active installs:400+
plugin download
Click to start download

Redirects wp-login.php page to the WooCommerce “My account” page. You can set this is Dashboard > WooCommerce > Settings > Advanced tab. This plugin is also built in a manner so that if WooCommerce is not activated or installed, your site will continue to work whether this plugin is active or not.

Visit our website: Machine Pro SEO

This plugin for WordPress redirects the WordPress login page to the WooCommerce “My account” page, so you can standardize the way everyone logs in to your site! This page can be set in the Dashboard > WooCommerce > Settings > Advanced tab. You can also use this to create seamless checkouts that require users to login or create an account.

This plugin will automatically hide the redirect information in the address bar (if JavaScript is enabled), protecting against manipulation, and providing a more seamless user experience. It will also keep any URL (GET) parameters. These redirects can also include additional parameters for any developers out there, for both pre and post-authentication customization. It also supports the wp_login_url() and wp_logout_url() functions, passing the redirect and additional parameters to the login page and interrupting the default redirect to the “My account” page on logout if a redirect is specified, respectively.

Advanced Usage Example:
wp_redirect(wp_login_url(‘/your-target/here/?with=additional&post-authentication=parameters’) . ‘&with=additional&pre-authentication=parameters’);
This will pass the URL GET parameters within the wp_login_url() function to the final destination (post-authentication redirect) and pass the URL GET parameters near the end to the WooCommerce “My account” page (to be used pre-authentication), such as WooCommerce notices, session variables, tracking information, etc.

This plugin is fully compatible with WordPress Multisite installations, as well as subdirectory installations! Best of all, IT DOES NOT REQUIRE ANY CODING KNOWLEDGE!


FAQ
ChangeLog