OnProfileStatusUpdate

Description

This event will be triggered when the profile status is being updated; successfully or not. The plugin may make use of the old and new status content.

Params

Trigger with 3 parameters - user id, old status content and new status content.

Example

function onProfileStatusUpdate( $userid, $oldstatus, $newstatus) 
{
    /* perform your status content manipulation handler here */
}