I am just trying to change the url of “register” on wp default login page(domain.com/wp-login.php)
-
I want to change the url on register link.
-
when you are on domain.com/wp-login.php?action=register, I want to redirect to domain.com/register
I have added redirect link. but it’s not working.
RedirectMatch 301 /wp-login.php?action=register$ http://domain.com/register/$1
Am I missing something?
I just want to use my register page (domain.com/register/)
Code from @bainternet’s website.
Put this code in your Theme’s “functions.php” file.
Replace the page ID with where it says [REPLACE WITH YOUR PAGE ID HERE].
Use the register_url filter