Opened 4 months ago
Last modified 4 months ago
#23349 new enhancement
Be able to suppress registration redirect for multisite in ws-login.php — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Awaiting Review |
| Component: | Multisite | Version: | 3.5.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Currently I commented out the following lines in ws-login.com. But I should be able to use a filter. Maybe test the result 'wp_signup_location' filter if false do not exit. Easy, and seems to annoy many people.
case 'register' :
/* AJB Comment out
if ( is_multisite() ) {
Multisite uses wp-signup.php
wp_redirect( apply_filters( 'wp_signup_location', network_site_url('wp-signup.php') ) );
exit;
}
*/
Note: See
TracTickets for help on using
tickets.
