OnWallDisplay

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