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...")
 
(Description)
 
Line 1: Line 1:
 
===Description===
 
===Description===
This event trigger when the wall is being display. Allow to format the comment in the rows.
+
This event is triggered when the wall is being displayed. Allow to format the comment in the rows.
  
 
===Params===
 
===Params===

Latest revision as of 07:14, 9 March 2013

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