OnMessageDisplay

Description

This event is triggered when the inbox message is being displayed. Allow to format the content in the rows.

Params

  • Message - object, consist of message object

Example

function onWallDisplay(&$rows) 
{   
   $row->body= filter_content($row->body);
}