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

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

- Page: https://pluginprobe.com/plugins/sellkit/1.7.5/code/includes/admin/funnel/importer/funnel-importer.php
- Raw: https://pluginprobe.com/plugins/sellkit/1.7.5/raw/includes/admin/funnel/importer/funnel-importer.php
- Modified: 2023-10-19T06:27:24+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.7.5/code/includes/admin/funnel/importer/funnel-importer.php#L10-L20`.

```php
<?php

namespace Sellkit\Admin\Funnel\Importer;

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

use Sellkit\Admin\Funnel\Importer\Ajax_Handler;
use Sellkit\Admin\Funnel\Importer\Step_Importer;
use Elementor\Plugin;
use Sellkit\Admin\Funnel\Importer\Page_Builder\Elementor_Importer;

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

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

	}
}

```
