With this filter you can add custom links to the user widget.
filter only archives
b3_reserved_usernames()
With this filter you can add/change the reserved user names.
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_message_above_lost_password()
Filters the message shown above the lost password form.
b3_message_above_login()
With this filter you can change/set/remove the message above on the login form.
b3_add_extra_fields_registration()
This hook is used to add extra fields, added with the filter b3_extra_fields to Wordpress' registration form and our standard registration form.
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_hidden_fields()
This is a filter which is used to add custom fields to a registration form. This is NOT available through the admin.
b3_extra_fields()
This is a filter which is used to add custom fields to a registration form. This is NOT (yet) available through the admin.