# convertkit/3.4.3/views/backend/setup-wizard/convertkit-setup/content-start.php

Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages, version 3.4.3. 18 lines.

- Page: https://pluginprobe.com/plugins/convertkit/3.4.3/code/views/backend/setup-wizard/convertkit-setup/content-start.php
- Raw: https://pluginprobe.com/plugins/convertkit/3.4.3/raw/views/backend/setup-wizard/convertkit-setup/content-start.php
- Modified: 2026-02-09T03:07: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/convertkit/3.4.3/code/views/backend/setup-wizard/convertkit-setup/content-start.php#L10-L20`.

```php
<?php
/**
 * Outputs the content for the Plugin Setup Wizard > Setup step.
 *
 * @package ConvertKit
 * @author ConvertKit
 */

?>

<h1><?php esc_html_e( 'Welcome to the Kit Setup Wizard', 'convertkit' ); ?></h1>
<p>
	<?php esc_html_e( 'This setup wizard will guide you through adding your first Kit email marketing capture form to your site and begin capturing leads and subscribers.', 'convertkit' ); ?>
</p>
<p>
	<?php esc_html_e( 'Click the Connect button to connect your WordPress site to Kit. If you don\'t have a Kit account, you\'ll be able to register one.', 'convertkit' ); ?>
</p>

```
