# jc-importer/2.8.3/class/Common/Importer/PermissionInterface.php

Import WP – CSV &amp; XML Import Export for WordPress, version 2.8.3. 10 lines.

- Page: https://pluginprobe.com/plugins/jc-importer/2.8.3/code/class/Common/Importer/PermissionInterface.php
- Raw: https://pluginprobe.com/plugins/jc-importer/2.8.3/raw/class/Common/Importer/PermissionInterface.php
- Modified: 2022-12-12T22:53:08+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.8.3/code/class/Common/Importer/PermissionInterface.php#L10-L20`.

```php
<?php

namespace ImportWP\Common\Importer;

interface PermissionInterface
{
    public function validate($fields, $method, $group_id);
    public function allowed_method($method);
}

```
