- This topic has 1 reply, 2 voices, and was last updated 11 years, 7 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › How do I create an addon? Should I create an addon?
Hey,
I’m a developer, and I’m interested in extending some of the plugin’s behavior. Creating Addons might be a good way to do this? As much as possible I would like to avoid destroying the existing plugin, as I would like to keep up with updates etc.
Basically, we need to synchronize lists of users with another database, and have some special features on the signup / profile sites. What would you suggest?
J
we encourage and appreciate anyone willing to develop addon. we are adding actions/hooks regularly to make it as much developer-friendly as possible. please let me which feature you want to extend through addon, i will be able to tell you which hooks/actions are to be used. there are many utility classes and methods that you can use straight away in your addon code.
Thanks