# jc-importer/2.14.23/views/admin.php

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

- Page: https://pluginprobe.com/plugins/jc-importer/2.14.23/code/views/admin.php
- Raw: https://pluginprobe.com/plugins/jc-importer/2.14.23/raw/views/admin.php
- Modified: 2024-01-15T13:55:36+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.14.23/code/views/admin.php#L10-L20`.

```php
<div id="importwp-root">
    <h1><?php _e('An error has occured.', 'jc-importer'); ?></h1>

    <?php if (!defined('IWP_PRO_VERSION') || version_compare(IWP_PRO_VERSION, '2.4.0', '<=')) : ?>
        <div class="notice notice-error">
            <p><?php
                echo sprintf(__('Import WP v%s is incompatable with Import WP PRO v%s and below.', 'jc-importer'), IWP_VERSION, '2.4.0');
                ?></p>
        </div>
    <?php endif; ?>
</div>
```
