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

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

- Page: https://pluginprobe.com/plugins/jc-importer/trunk/code/class/Common/Addon/AddonFieldInterface.php
- Raw: https://pluginprobe.com/plugins/jc-importer/trunk/raw/class/Common/Addon/AddonFieldInterface.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/Addon/AddonFieldInterface.php#L10-L20`.

```php
<?php

namespace ImportWP\Common\Addon;

/**
 * @deprecated 2.14.0
 */
interface AddonFieldInterface
{
    function save($callback);
    function enabled($callback);
    function options($options);
    function default($value);
    function tooltip($message);
}

```
