Example plugins
Here you can find some example plugins
UserHooksPlugin
This is example of plugin that can handle various affiliate actions like signup/profile update/save/delete. In default implementation, it writes log message into your Post Affiliate Pro logs about current action.
Possible scenarios, you can cover with this plugin:
* new user signup (successful or fail - two different possibilities)
* new user creation through API
* new user creation through application (merchant panel)
*...