User Functions

From GeeklogWiki
Jump to: navigation, search

For some plugins, it may be necessary to track creation and deletion of user accounts.

Table 7. User functions
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.