OnWallDisplay

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

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

Description

This event is triggered when the wall is being displayed. Allow to format the comment in the rows.

Params

  • Wall entry - consist of comment object

Example

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