# Plugins

{% hint style="danger" %}
**Please note:** This page is under construction and has not been finished yet.
{% endhint %}

## Introduction

```php
$plg = e107::getPlug();
```

## Plugin methods

### load()

Load specified plugin data, can be used in conjunction with other methods.&#x20;

```php
$plg->load($plugdir)
```

| Parameter     | Type   | Description                                                                                                                      | Mandatory? |
| ------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------- | ---------- |
| **plugindir** | string | <p>Plugin name. </p><p></p><p>Could also be <a href="../templates-shortcodes-and-constants/constants">e\_CURRENT\_PLUGIN</a></p> | **Yes**    |

###
