SEARCH DOCS HERE
Custom Search Control
Web |
Event: onProfileAvatarUpdate
Description
This event trigger when your profile avatar is updated.
@since 1.2
Params
- userid - int
- old avatar path - string
- new avatar path - string
Examples
e.g.
function onProfileAvatarUpdate( &$userid, &$old_avatar_path, &$new_avatar_path) { /* Perform action here. */ }

