If you're a developer, you are probably developing your site locally. The we have some good news for you. We have thought of that [...]
registration archives
b3_do_before_first_last_name()
This hook is used to add something right before the first/last name fields.
b3_do_after_first_last_name()
This hook is used to add something right after the first/last name fields.
b3_message_above_registration()
With this filter you can message above on the registration form.
b3_message_above_login()
With this filter you can change/set/remove the message above on the login form.
b3_privacy_text()
Filters the privacy text on the registration form
b3_localhost_email()
With this filter you can set a pre-filled email address on the registration form.
b3_localhost_username()
With this filter you can set a pre-filled username on the registration form.
b3_get_privacy_text()
This function returns the privacy text.
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_extra_fields_registration()
This hook is used to add extra fields, added to the registration form with the filter b3_extra_fields.
b3_after_email_sent()
This hook is fired, just after the new user notification is sent to a user and/or administrator/recipient.
b3_registration_closed_message()
Filters the message shown on the page, when registrations are closed.
- « Previous
- 1
- 2
- 3