Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    wp-signup.php is used by multisite. Single site registrations use a different portion of wp-login.php. How to alter sign up or registration depends on what sort of installation you have.

    For single site, you probably need to direct registration page links to your own process instead of the usual wp-login.php?action=register. Once your process decides what to do, you can either redirect to the usual registration form or put up some sort of sorry message. The login form registration link can be altered with the “register” filter. There may be other registration links on your site that need alteration.

Viewing 1 replies (of 1 total)

The topic ‘Signup Customization’ is closed to new replies.