If you're a developer, we have some extra goodies for you [...]
F.A.Q.
Can I remove an action set by the plugin ?
Yes you can, with remove_action() function.
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.
Can I send any other emails in my own styling ?
Yes you can. However this will require some custom coding on your end.
Available shortcodes
coming soon...
Email variables
In your emails you have the option to add some variables, which will be 'translated' into a real url/link/text [...]
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.
The admin pages explained
This topic explains a bit about the various available admin tabs.
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 [...]
I have a multisite, can I use your plugin ?
Yes and getting better with each update.
How do I reset everything back to its default settings ?
You can easily reset everything back to factory settings, with a simple checkbox in the admin.
Register with email address only
Since 2.5.0 you can now let user register with just an email address. They don't have to enter a username. A username will be generated upon registration and is not used anymore [...]
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 [...]
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.
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.