User Functions
From GeeklogWiki
For some plugins, it may be necessary to track creation and deletion of user accounts.
Function | Description of Function |
---|---|
plugin_user_create_<plugin name> | This function is called when a new user account has been created. The only parameter passed is the user id. This function does not have a return value. |
plugin_user_delete_<plugin name> | This function is called when a user account has been deleted. The only parameter passed is the user id. This function does not have a return value. |