This filter allows you to override the text above the form to register a site as a logged in user.
Filters
b3_message_above_registration()
With this filter you can message above on the registration form.
b3_message_above_request_access()
Filters the message shown above the request access form.
b3_new_site_created_message()
With this filter you can override the default "New site created" email message.
b3_new_user_message()
Filters the content for the email message received by an administrator when a new user registers.
b3_new_user_notification_addresses()
Filters the recipients of emails who need to be notified.
b3_new_user_subject()
Filters the content for the email subject received by an administrator when a new user registers.
b3_new_wpmu_user_message_admin()
With this filter you can override the content of the email sent to the administrator(s) when a new (multisite) user registers.
b3_new_wpmu_user_subject_admin()
With this filter you can override the subject of the email sent to administrator(s) when a new (multisite) user registers.
b3_notification_sender_email()
Filters the email used as 'sender address' in all emails.
b3_notification_sender_name()
With this filter you can override the name of the notifications sender in emails.
b3_privacy_text()
Filters the privacy text on the registration form
b3_recaptcha_public()
With this filter you can override/set your recaptcha public key, default = false.
b3_recaptcha_secret()
With this filter you can override/set your recaptcha secret key, default is false.
b3_redirect_after_register()
A filter to redirect a user to a custom location after registration.