This hook adds custom password fields (if activated).
Knowledgebase
b3_add_username_email_fields()
This hook is used to add the username and email fields to our registration form.
b3_add_first_last_name_fields()
This hook is used to add first and last name fields to a registration form.
b3_add_form_messages()
This is a hook that's used to echo any form messages.
b3_add_privacy_checkbox()
This hook is used to add a privacy checkbox to the registration form.
b3_add_recaptcha_fields()
This hook is used to add reCaptcha fields to a registration form.
b3_add_extra_fields_registration()
This hook is used to add extra fields, added to the registration form with the filter b3_extra_fields.
b3_do_after_recaptcha()
This hook can be used to add something right after a reCaptcha field.
b3_do_before_recaptcha()
This hook can be used to add something right before a reCaptcha field.
b3_do_after_{template_name}
This hook fires immediately after a template has been rendered.
b3_do_before_{template_name}
This hook fires immediately before a template is rendered.
b3_after_email_sent()
This hook is fired, just after the new user notification is sent to a user and/or administrator/recipient.
b3_after_user_activated()
This hook fires after a user has verified his/her email address.
b3_registration_closed_message()
Filters the message shown on the page, when registrations are closed.
b3_welcome_user_message()
Filters the email message received by a user when he/she registers.