# jc-importer/2.14.23/views/tools-card.php

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

- Page: https://pluginprobe.com/plugins/jc-importer/2.14.23/code/views/tools-card.php
- Raw: https://pluginprobe.com/plugins/jc-importer/2.14.23/raw/views/tools-card.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/tools-card.php#L10-L20`.

```php
<div class="card">
	<h2 class="title"><?php _e('ImportWP - WordPress Importer', 'jc-importer'); ?></h2>
	<p><?php printf(__('Import all wordpress post types, users, and taxonomies from XML or CSV files, use <a href="%s">ImportWP</a> available from the Tools Submenu.', 'jc-importer'), admin_url('tools.php?page=importwp')); ?></p>
</div>
```
