콘텐츠로 바로가기
WordPress.org

한국어

  • 테마
  • 플러그인
  • 소식
    • 문서
    • 포럼
  • About
    • WordPress 6.9
    • 워드프레스 6.8
    • 워드프레스와 40% 웹을 위한 여정
    • 워드프레스 번역 핸드북
  • 워드프레스 한국팀
  • 워드프레스 받기
워드프레스 받기
WordPress.org

Plugin Directory

Redirect Login to WooCommerce "My account" Page

  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인
  • 플러그인 제출하기
  • 내 즐겨찾기
  • 로그인

이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Redirect Login to WooCommerce "My account" Page

작성자: Machine Pro SEO
다운로드
  • 세부사항
  • 평가
  • 설치
  • 개발
지원

설명

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!

설치

  1. Upload woo-wp-login folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. And that’s it!

FAQ

Why would I need this?

If you’ve ever wanted to utilize a custom login page, and you currently have an eCommerce site using WooCommerce, this is the plugin for you.

What does it do?

It redirects the standard wp-login.php page to your default WooCommerce “My account” page, which is set in the Dashboard > WooCommerce > Settings > Advanced tab.

Could this plugin break my site? What if I have WooCommerce disabled or the “My account” page option isn’t set?

This plugin is built to check first if WooCommerce is in fact installed and active using the is_plugin_active() function (Please note that this plugin includes “wp-admin/includes/plugin.php” in case it is not already).
Next, this plugin will check if the “My account” option in WooCommerce Settings is set.
Only after both of these dependencies are met will the plugin actually redirect your wp-login.php page.
If you decide to deactivate WooCommerce, or unset the “My account” page, no worries! Your site will continue to function normally, using the standard wp-login.php page.

What happens to my wp-login.php redirects?

We keep them, of course! They will be preserved when redirecting to your WooCommerce “My account” page and once logged in, will be used to redirect the site visitors to their desired destinations! This requires no configuration. These redirects will simply be to the initial page that prompted the login. For example, if you attempt to access the Admin Dashboard when logged out, this plugin will redirect the default wp-login.php page to your set WooCommerce “My account” while also getting the redirect query string from the login page in the process, so that upon successful login, you will be redirected to the Admin Dashboard.

후기

Great solution

jbekkers 2023년 12월 20일 답글 1개
I was looking for days and weeks for a way to only use the Woocommerce login form rather then the WP login form and at the same time keep the redirect data when the user is directed to the Woocommerce login form. Its working great. So far I don’t see issues with other functionality.

Lost Revenue

romankryapov 2023년 10월 28일 답글 1개
Due to this plugin, my payment on the WooCommerce website wasn’t functioning. Unfortunately, I discovered this a month and a half later, resulting in financial losses due to the non-working checkout. I definitely do not recommend this plugin.

Worked Perfectly

dkurth 2020년 4월 5일 답글 1개
simple and to the point. Works perfectly.

Great Plugin (light)

batshevasida 2019년 10월 27일 답글 1개
Love the plugin. Even though there was nothing in the Woocommerce>settings>advance as noted, it still works like a charm. Just installed it. Will keep an eye out for any problems. Thanks.

Useful, lightweight plugin – amazing support

honigbrot 2018년 8월 17일 답글 1개
Does exactly what it should – not more but not less. Exactly would I hoped for. Huge thanks to the author for the amazingly fast and helpful support!

Clean, works

mw360 2018년 7월 23일 답글 1개
As previously stated, a small but important thing. Clean, lightweight. Thanks
모든 8 평가 읽기

기여자 & 개발자

“Redirect Login to WooCommerce "My account" Page”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자
  • Machine Pro SEO
  • Machine IT Services

자국어로 “Redirect Login to WooCommerce "My account" Page”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록을 RSS로 구독하세요.

변경이력

3.0.5

  • Added redirect for wp-signup.php page as well.
  • Updated “Tested up to” header.

3.0.4

  • Improved syntax and updated “Tested up to” header.

3.0.3

  • Added “confirm_admin_email” to list action blacklist to allow confirming admin emails at login.

3.0.2

  • Had to update plugin name to not have trademarked “WooCommerce” brand name in beginning, per WordPress guidelines.

3.0.1

  • Fixed issue with old (non-Javascript) method caused by merge, and removed unnecessary redirect code which could potentially result in redirect loop.

3.0.0

  • Merged free and premium plugin versions. Now providing all premium features free of charge.

2.1.1

  • Fixed potential issue with logging out in Premium Version

1.1.9

  • Added woo_wp_login_actions filter for you developers out there who require additional redirect control (blacklisting “action” GET parameter values), i.e adding the following code to your functions.php file or a mu-plugins file (if you’re not using a child theme): add_filter(‘woo_wp_login_actions’, function($actions) {$actions[] = “validate_2fa”; return $actions;});

2.0.7

  • Added woo_wp_login_actions filter in Premium Version for you developers out there who require additional redirect control (blacklisting “action” GET parameter values), i.e adding the following code to your functions.php file or a mu-plugins file (if you’re not using a child theme): add_filter(‘woo_wp_login_actions’, function($actions) {$actions[] = “validate_2fa”; return $actions;});

1.1.8

  • Further improvements to redirect check conditional for action GET parameter

1.1.7

  • Improved redirect check conditional for action GET parameter

1.1.6

  • Added WordPress Multisite Subsite Deactivation Check to Prevent Redirect if Subsite Deactivated/Disabled/Deleted

2.0.6

  • Added WordPress Multisite Subsite Deactivation Check to Prevent Redirect if Subsite Deactivated/Disabled/Deleted in Premium Version

1.1.5

  • Improved WooCommerce Installation Conditional Statement

2.0.5

  • Improved Premium Version Argument Functionality for passing GET parameters to “My account” page (Pre-Authentication) and destination (Post-Authentication) separately for advanced usage. Ex. wp_redirect(wp_login_url(‘/your-target/here/?with=additional&post-authentication=parameters’) . ‘&with=additional&pre-authentication=parameters’)
  • Introduced Compatibility with the new WordPress Recovery Mode

1.1.4

  • Introduced Compatibility with the new WordPress Recovery Mode

2.0.4

  • Fixed Premium Version Redirects from My Account when Already Logged In
  • Improved Conditional Statements

2.0.3

  • Fixed Premium Version Multi-Site WooCommerce Detection After Previous WooCommerce Check Update
  • Moved Condition Call Further Up to Reduce Unnecessary Calls to Functions in Premium Version

1.1.3

  • Fixed Multi-Site WooCommerce Detection After Previous WooCommerce Check Update
  • Moved Conditional Call Further Up to Reduce Unnecessary Calls to Functions

2.0.2

  • Updated Premium Version Reset Password Bypass for Initial Password (Re)Set for Account Created Manually in WordPress Dashboard by Admin

1.1.2

  • Updated Reset Password Bypass for Initial Password (Re)Set for Account Created Manually in WordPress Dashboard by Admin

2.0.1

  • Updated Premium Version WooCommerce Check
  • Declared Support for WordPress 5.1 in Premium Version

1.1.1

  • Updating WooCommerce Check Method
  • Declared Support for WordPress 5.1

2.0.0

  • Initial Premium Release.
  • Uses JavaScript to hide redirect GET parameter. i.e. Clean “My account” URL.
  • Preserves GET and POST parameters throughout redirect.

1.0.9

  • Implemented a fix to prevent losing redirect from conflicting plugin.

1.0.8

  • Added support for “interim-login” for quickly reauthenticating sessions without the redirect on the backend.

1.0.7

  • Cleaned up some code. Received requests to again do away with reauth query. This has been re-implemented in the plugin.

1.0.6

  • Decided to leave reauth query after all. It may be annoying, but dynamic code is always better. Manually removing specific query strings is not a viable solution.

1.0.5

  • Removed reauth query from query string because it’s annoying to see and unnecessary.

1.0.4

  • Added exit if plugin file accessed directly.
  • Listed support for the newest version of WordPress: 4.9.4.

1.0.3

  • Simplified some code by using values directly instead of setting values to variables.
  • Added Support for MultiSite WordPress installations. Still tests for WooCommerce activation and a set “My account” page per network site.
  • Minor bug fixes due to MultiSite URL being different from root domain.
  • Should also allow for the use of this plugin on WordPress installations within subdirectories. i.e. https://www.machineitservices.com/sub-site/wp-admin/

1.0.2

  • Began preserving all query strings, except for redirect_to and loggedout. This was preventing wp-login.php specific features including password resets.
  • Simplified syntax by using if statement alternatives.
  • Cleaned up some unnecessary code by using common (parent) if statements, instead of specifying condition per statement.

1.0.1

  • Using “redirect-to” query instead of the WordPress “redirect_to” in an effort to avoid any potential bugs that may arise from using the same string.
  • Removes “redirect-to” query from all pages except the WooCommerce “My account” page, while also preserving any other query strings that may be present.
  • Disallowed redirect on “My account” page that is unset or set to home page.
  • Added keywords to hopefully improve plugin searchability.
  • Added icons to plugin.

1.0.0

  • Initial release.
  • First commit to WordPress repo.

기초

  • 버전 3.0.5
  • 최근 업데이트: 1년 전
  • 활성화된 설치 300+
  • 워드프레스 버전 2.5 또는 그 이상
  • 다음까지 시험됨: 6.8.8
  • 언어
    English (US)
  • 태그:
    loginredirectwoocommercewoocommerce pluginswp login
  • 고급 보기

평점

별 5점 만점에 5점.
  • 8/5-별점 후기 별 5개 8
  • 0/4-별점 후기 별 4개 0
  • 0/3-별점 후기 별 3개 0
  • 0/2-별점 후기 별 2개 0
  • 0/1-별점 후기 별 1개 0

Your review

모든 리뷰 보기

기여자

  • Machine Pro SEO
  • Machine IT Services

지원

할 말 있으신가요? 도움이 필요하신가요?

지원 포럼 보기

기부

이 플러그인이 발전하도록 도우시겠습니까?

이 플러그인에 기부하기

  • 소개
  • 뉴스
  • 호스팅
  • 개인정보
  • 쇼케이스
  • 테마
  • 플러그인
  • 패턴
  • 배우기
  • 지원
  • 개발자 도구
  • WordPress.tv ↗
  • 참여하기
  • 이벤트
  • 기부하기 ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

한국어

  • X(이전 트위터) 계정 방문하기
  • 블루스카이 계정 방문하기
  • 마스토돈 계정 방문하기
  • 스레드 계정 방문하기
  • 페이스북 페이지 방문하기
  • 인스타그램 계정 방문하기
  • LinkedIn 계정 방문하기
  • 틱톡 계정 방문하기
  • 유튜브 채널 방문하기
  • 텀블러 계정 방문하기
코드는 詩다
The WordPress® trademark is the intellectual property of the WordPress Foundation.