SEARCH DOCS HERE
Custom Search Control
Web |
Event: onProfileStatusUpdate
Description
This event trigger when your profile status is updated.
@since 1.0
Params
- userid - int
- old status - string
- reference to new status - string
Examples
e.g.
function onProfileStatusUpdate( &$userid, &$old_status, &$new_status) { /* Perform action here. */ }

