OnMessageDisplay

Revision as of 07:13, 9 March 2013 by Patricia Schmidt (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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);
}