This hook is used to add extra fields, added with the filter b3_extra_fields to Wordpress' registration form and our standard registration form.
Actions
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_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_add_password_fields()
This hook adds custom password fields (if activated).
b3_add_privacy_checkbox()
This hook is used to add a privacy checkbox to Wordpress' registration form and our standard registration form.
b3_add_recaptcha_fields()
This hook is used to add reCaptcha fields to a registration form.
b3_add_username_email_fields()
This hook is used to add the username and email fields to our registration form.
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_by_admin()
This hook fires after a user is approved by an administrator (or any role which can promote users).
b3_after_user_activated()
This hook fires after a user has verified his/her email address.
b3_do_after_{template_name}
This hook fires immediately after a template has been rendered.
b3_do_after_first_last_name()
This hook is used to add something right after the first/last name fields.
b3_do_after_privacy_checkbox()
This hook is used to add something right after the privacy checkbox.
b3_do_after_recaptcha_{$form_type}
This hook can be used to add something right before a reCaptcha field.