User Functions

From GeeklogWiki
Revision as of 14:08, 7 July 2007 by Dirk (talk | contribs) (removed </p> tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.