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

Import WP – CSV &amp; XML Import Export for WordPress, version 2.7.14. 9 lines.

- Page: https://pluginprobe.com/plugins/jc-importer/2.7.14/code/views/admin.php
- Raw: https://pluginprobe.com/plugins/jc-importer/2.7.14/raw/views/admin.php
- Modified: 2022-02-22T13:59:34+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.14/code/views/admin.php#L10-L20`.

```php
<div id="importwp-root">
    <h1>An error has occured.</h1>

    <?php if (!defined('IWP_PRO_VERSION') || version_compare(IWP_PRO_VERSION, '2.4.0', '<=')) : ?>
        <div class="notice notice-error">
            <p><strong>Import WP v<?= IWP_VERSION; ?></strong> is incompatable with <strong>Import WP PRO v2.4.0</strong> and below<?php if (defined('IWP_PRO_VERSION')) : ?>, you have <strong>Import WP PRO v<?= IWP_PRO_VERSION; ?><strong> installed<?php endif; ?>.</p>
        </div>
    <?php endif; ?>
</div>
```
