Open micahjon opened 7 years ago
I've never really had a reason to use multisite so I didn't even consider it...
Pull request would be great 👍
@pranksinatra On closer inspection it looks like multisite registration is not handled by wp-login.php
but instead redirected to wp-signup.php
?
If that is the case I think a bit more work will be involved to support multisite...
I will try to get a test site up and running in the next day or two so I can take a closer look.
If you have any more insight on the registration process please let me know.
It'd be great if there was a single multisite settings page instead of individual settings pages (one on each blog) when this plugin was network activated.
You should be able to re-use all the code for the blog-specific settings page and register the multisite settings page using the
network_admin_menu
action instead of theadmin_menu
action.I'd be happy to submit a pull request if you'd like.