This hook is used to add extra fields, added with the filter b3_extra_fields to Wordpress' registration form and our standard registration form.
Knowledgebase
b3_add_hidden_fields_registration_form()
This hook is used to add hidden fields, added with the filter b3_hidden_fields to Wordpress' registration form and our standard registration form.
b3_do_after_recaptcha_{$form_type}
This hook can be used to add something right before a reCaptcha field.
b3_do_before_recaptcha_{$form_type}
This hook can be used to add something right after 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.
b3_email_activation_message_user()
Filters the content for the email message received by the user when he/she needs to verify their email address.
b3_email_activation_subject_user()
Filters the content for the email subject received by the user when he/she needs to verify their email address.
b3_request_access_subject_user()
Filters the content for the email subject received by a user when he/she requests access.
b3_new_user_message()
Filters the content for the email message received by an administrator when a new user registers.
b3_new_user_subject()
Filters the content for the email subject received by an administrator when a new user registers.