# jc-importer/trunk/class/Common/AddonAPI/Addon.php

Import WP – CSV &amp; XML Import Export for WordPress, version trunk. 13 lines.

- Page: https://pluginprobe.com/plugins/jc-importer/trunk/code/class/Common/AddonAPI/Addon.php
- Raw: https://pluginprobe.com/plugins/jc-importer/trunk/raw/class/Common/AddonAPI/Addon.php
- Modified: 2024-07-14T15:13:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jc-importer/trunk/code/class/Common/AddonAPI/Addon.php#L10-L20`.

```php
<?php

namespace ImportWP\Common\AddonAPI;

class Addon
{
    public function __construct()
    {
        // Register addon
        \ImportWP\Common\AddonAPI\AddonManager::instance()->register($this);
    }
}

```
