Difference between revisions of "User Functions"

From GeeklogWiki
Jump to: navigation, search
 
m (removed </p> tag)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
For some plugins, it may be necessary to track creation and deletion of user accounts.</p>
+
For some plugins, it may be necessary to track creation and deletion of user accounts.
  
 
   <table cellpadding="2" cellspacing="2" border="1" width="90%" align="Center">
 
   <table cellpadding="2" cellspacing="2" border="1" width="90%" align="Center">
Line 18: Line 18:
 
       </tr>
 
       </tr>
 
   </table>
 
   </table>
 +
 +
[[Category:Plugin Development]]

Latest revision as of 14:08, 7 July 2007

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.