Multisite Registration
-
We were preparing for php 7 and updated from a pretty old version of this plugin.
Please add an option to disable the following code:
if ( is_multisite() ) { wp_redirect( apply_filters( 'wp_signup_location', network_site_url( 'wp-signup.php' ) ) ); exit; }
One network we manage has two sites and users are only allowed to signup on one. The admins must add them to the other one. We have commented this code out for now but hope for an option moving forward to allow updates.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Multisite Registration’ is closed to new replies.