OnProfileDisplay

Description

This event is triggered when the user profile is being displayed. Used to render application box in user profile.

Params

  • null

Returns

  • htmlContent - html content of application

Examples

function onProfileDisplay() 
{
        .
        .
        .
        return $content;
 
}