User Functions

From GeeklogWiki
Revision as of 14:24, 2 July 2004 by Tomw (talk | contribs)

(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.</p>

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.