# sellkit/1.2.2/includes/admin/funnel/importer/funnel-importer.php

SellKit – Funnel builder and checkout optimizer for WooCommerce to sell more, faster, version 1.2.2. 23 lines.

- Page: https://pluginprobe.com/plugins/sellkit/1.2.2/code/includes/admin/funnel/importer/funnel-importer.php
- Raw: https://pluginprobe.com/plugins/sellkit/1.2.2/raw/includes/admin/funnel/importer/funnel-importer.php
- Modified: 2022-05-26T11:44:04+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/sellkit/1.2.2/code/includes/admin/funnel/importer/funnel-importer.php#L10-L20`.

```php
<?php

namespace Sellkit\Admin\Funnel\Importer;

defined( 'ABSPATH' ) || die();

/**
 * Class Funnel Importer.
 *
 * @since 1.1.0
 */
class Funnel_Importer {

	/**
	 * Funnel_Importer constructor.
	 *
	 * @since 1.1.0
	 */
	public function __construct() {

	}
}

```
