OnWallDisplay

Revision as of 15:03, 18 January 2013 by Sinisakrisan (Talk | contribs)

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

Description

This event trigger when the wall is being display. 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);
}