# jc-importer/2.7.7/class/Common/Importer/Template/AbstractTemplate.php

Import WP – CSV &amp; XML Import Export for WordPress, version 2.7.7. 7 lines.

- Page: https://pluginprobe.com/plugins/jc-importer/2.7.7/code/class/Common/Importer/Template/AbstractTemplate.php
- Raw: https://pluginprobe.com/plugins/jc-importer/2.7.7/raw/class/Common/Importer/Template/AbstractTemplate.php
- Modified: 2020-09-22T19:27:48+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.7/code/class/Common/Importer/Template/AbstractTemplate.php#L10-L20`.

```php
<?php

namespace ImportWP\Common\Importer\Template;

abstract class AbstractTemplate
{ }

```
