With this filter you can override/set your recaptcha secret key, default is false.
Knowledgebase
b3_recaptcha_public()
With this filter you can override/set your recaptcha public key, default = false.
b3_user_cap()
With this filter you can give access to B3's settings to other user roles. Default user cap is manage_options.
b3_localhost_blogtitle()
With this filter you can fill the "Blog title" field on the multisite registration form, used for when you're testing registrations.
b3_localhost_blogname()
With this filter you can easily add a dummy blog name for the multisite registration form.
b3_easy_passwords()
This filter allows you to extend/override the list of 'too easy' passwords.
b3_do_before_passwords()
This is a hook which is triggered before the passwords fields are outputted.
b3_do_after_passwords()
This is a hook which is triggered after the passwords fields are outputted.
b3_welcome_page()
With this filter you can set a one-time welcome page for a user.
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.