Tagged Questions
1
vote
1answer
604 views
How to modify the action attribute of the wp-login.php?action=register form?
I'm trying to create a reference registration system in Wordpress. The idea is that the user will click a link which will contain wp-login.php?action=register&ref=12345
I'm hooking into the ...