# jc-importer/2.7.3/class/Common/Addon/AddonPanelInterface.php

Import WP – CSV &amp; XML Import Export for WordPress, version 2.7.3. 11 lines.

- Page: https://pluginprobe.com/plugins/jc-importer/2.7.3/code/class/Common/Addon/AddonPanelInterface.php
- Raw: https://pluginprobe.com/plugins/jc-importer/2.7.3/raw/class/Common/Addon/AddonPanelInterface.php
- Modified: 2022-04-21T19:57:42+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/2.7.3/code/class/Common/Addon/AddonPanelInterface.php#L10-L20`.

```php
<?php

namespace ImportWP\Common\Addon;

interface AddonPanelInterface
{
    function get_id();
    function save($callback);
    function enabled($callback);
}

```
