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
Examples
{code}
function onAfterAppsLoad( )
{
/* perform your triggered action here.
*/
}
{/code}