Skip to content

Instantly share code, notes, and snippets.

@iamsathyaseelan
Last active December 4, 2020 04:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamsathyaseelan/0022d02410b7fbd5d922e87b1214d21e to your computer and use it in GitHub Desktop.
Save iamsathyaseelan/0022d02410b7fbd5d922e87b1214d21e to your computer and use it in GitHub Desktop.
change referral login url
<?php
add_action("rnoc_referral_login_url",function($login_url){
return "https://www.happynappy.ie/wp-login.php";
});
add_action("rnoc_referral_register_url",function($register_url){
return "https://www.happynappy.ie/wp-login.php?action=register&redirect_to=https://www.happynappy.ie/my-account/";
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment