PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.4.3
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.4.3
3.4.3 3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 All 196 releases
convertkit / views / backend / setup-wizard / convertkit-setup / content-start.php

content-start.php in Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages 3.4.3, at views/backend/setup-wizard/convertkit-setup/content-start.php

18 lines 592 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Outputs the content for the Plugin Setup Wizard > Setup step.
4 *
5 * @package ConvertKit
6 * @author ConvertKit
7 */
8
9 ?>
10
11 <h1><?php esc_html_e( 'Welcome to the Kit Setup Wizard', 'convertkit' ); ?></h1>
12 <p>
13 <?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' ); ?>
14 </p>
15 <p>
16 <?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' ); ?>
17 </p>
18