This is the hook we use to add any registration fields for "site info" for multisite registrations.
form archives
b3_add_action_links()
This is the hook we use to add action links to the login, registration and lost password form.
b3_recaptcha_secret()
With this filter you can override/set your recaptcha secret key, default is false.
b3_recaptcha_public()
With this filter you can override/set your recaptcha public key, default = false.
b3_localhost_blogname()
With this filter you can easily add a dummy blog name for the multisite registration form.
b3_do_after_passwords()
This is a hook which is triggered after the passwords fields are outputted.
b3_do_before_passwords()
This is a hook which is triggered before the passwords fields are outputted.
b3_wpmu_user_activated_subject()
With this filter you can override the email subject sent to the (multisite) user after the account is activated.
b3_wpmu_user_activated_message()
With this filter you can override the email content sent to the (multisite) user after the account is activated.
b3_wpmu_activate_user_subject()
With this filter you can override the email subject sent to the (multisite) user to activate his/her account.
b3_wpmu_activate_user_message()
With this filter you can override the email content sent to the (multisite) user to activate his/her account.
b3_signup_for_user()
With this filter you can override the label for the "A user" string on the multisite registration form.
b3_signup_for_site()
With this filter you can override the label for the "A site" string on the multisite registration form.
b3_register_for()
With this filter you can force what the user registers for, when registering on a Multisite.
b3_message_above_new_blog()
This filter allows you to override the text above the form to register a site as a logged in user.