Difference between revisions of "User Functions"
From GeeklogWiki
Line 18: | Line 18: | ||
</tr> | </tr> | ||
</table> | </table> | ||
+ | |||
+ | [[Category:Plugin Development]] |
Revision as of 14:42, 2 July 2004
For some plugins, it may be necessary to track creation and deletion of user accounts.</p>
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. |