OnAfterAppsLoad

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

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

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.
   */
}