OnAfterAppsLoad

Description

Called when Community plugin has just been loaded for the first time. Used to include specific application that are enabled on specific users.

@since: 1.6

Params

  • null

Example

function onAfterAppsLoad( ) 
{
     /*      perform your triggered action here.
   */
}