A filter to redirect a user to a custom location after registration.
Knowledgebase
b3_reserved_usernames()
With this filter you can add/change the reserved user names.
WordPress registration page is redirecting to custom form
If you didn't set the setting to force your own pages but still find your registration page is redirecting, this might offer an answer.
I have a multisite, can I use your plugin ?
Yes and getting better with each update.
Can I remove an action set by the plugin ?
Yes you can, with remove_action() function.
The admin pages explained
This topic explains a bit about the various available admin tabs.
Is the plugin available in WordPress' plugin repository ?
No, not yet.
We do plan to add it there, but we want to document everything first and optimize the plugin to the fullest.
How can I stop a filter from outputting the default ?
You can either set a custom value through the admin or create a filter and return it false.
Can I send any other emails in my own styling ?
Yes you can. However this will require some custom coding on your end.
Example filters
If you don't know for sure how to use a certain filter, be sure to check out the examples folder in the plugin.
Email variables
In your emails you have the option to add some variables, which will be 'translated' into a real url/link/text [...]
Debug dashboard widget
If you're a developer, we have some extra goodies for you [...]
Validation of custom filters
The hooks we defined in the plugin, which are meant to hook your own output to, do not get checked on each load. You can however test them [...]
Localhost development
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 [...]
b3_do_before_first_last_name()
This hook is used to add something right before the first/last name fields.