Registration URL fallback to /wp-login.php?action=register – how to override?
-
Hi everyone,
I’m running a WooCommerce site using WordPress (latest version), and I’ve noticed that new users trying to register are being sent to the default WordPress registration URL:
/wp-login.php?action=registerHowever, I used to have a custom registration page (like
/registeror/my-account/) that matched my site’s design and handled user creation properly. For some reason, the site is now defaulting back to the core WordPress registration screen.✔️ Membership is enabled (
Anyone can registeris checked)
✔️ WooCommerce is configured to allow registration on both checkout and My Account pages
✔️ SMTP is working fine – emails are delivered instantly
❌ But I don’t want users to see the plain/wp-login.php?action=registerformI’m not sure what caused the change. I might have disabled a plugin that previously handled the redirect or the custom form.
My questions:
- What’s the best way to override
/wp-login.php?action=registerso it redirects to a custom page? - Is there a hook or filter I can use instead of a plugin?
- Could WooCommerce or any specific plugin be interfering with the redirect?
Appreciate any insight! Thanks in advance 🙏
The page I need help with: [log in to see the link]
- What’s the best way to override
The topic ‘Registration URL fallback to /wp-login.php?action=register – how to override?’ is closed to new replies.