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

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

- Page: https://pluginprobe.com/plugins/jc-importer/2.8.0/code/views/tools-card.php
- Raw: https://pluginprobe.com/plugins/jc-importer/2.8.0/raw/views/tools-card.php
- Modified: 2022-02-09T20:55:20+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.0/code/views/tools-card.php#L10-L20`.

```php
<div class="card">
	<h2 class="title"><?php _e('Import WP'); ?> - <small>WordPress Importer</small></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.'), admin_url('tools.php?page=importwp')); ?></p>
</div>
```
