Difference between revisions of "OnWallDisplay"

(Created page with "===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 ===E...")
(No difference)

Revision as of 15:03, 18 January 2013

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