Plugins

Please note: This page is under construction and has not been finished yet.

Introduction

$plg = e107::getPlug();

Plugin methods

load()

Load specified plugin data, can be used in conjunction with other methods.

$plg->load($plugdir)

Parameter

Type

Description

Mandatory?

plugindir

string

Plugin name.

Could also be e_CURRENT_PLUGIN

Yes

Last updated