| Server IP : 104.26.2.156 / Your IP : 216.73.216.185 Web Server : nginx/1.27.1 System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 User : vinodai ( 3134) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v1396/themastermynd/public_html/wp-content/plugins/mailpoet/views/ |
Upload File : |
<% extends 'layout.html' %> <% block content %>
<script>
var mailpoet_logo_url = '<%= cdn_url('welcome-wizard/mailpoet-logo.20200623.png') %>';
var wizard_sender_illustration_url = '<%= cdn_url('welcome-wizard/sender.20200623.png') %>';
var wizard_tracking_illustration_url = '<%= cdn_url('welcome-wizard/tracking.20200623.png') %>';
var wizard_woocommerce_illustration_url = '<%= cdn_url('welcome-wizard/woocommerce.20241219.png') %>';
var wizard_MSS_pitch_illustration_url = '<%= cdn_url('welcome-wizard/illu-pitch-mss.20190912.png') %>';
var finish_wizard_url = '<%= finish_wizard_url %>';
var admin_email = <%= json_encode(admin_email) %>;
var hide_mailpoet_beacon = true;
var mailpoet_show_customers_import = <%= json_encode(show_customers_import) %>;
var mailpoet_account_url = '<%= add_referral_id("https://account.mailpoet.com/?s=" ~ subscriber_count ~ "&email=" ~ current_wp_user.user_email|escape('js')) %>';
var mailpoet_settings = <%= json_encode(settings) %>;
var mailpoet_premium_key_valid = <%= json_encode(premium_key_valid) %>;
var mailpoet_mss_key_valid = <%= json_encode(mss_key_valid) %>;
var wizard_has_tracking_settings = <%= json_encode(has_tracking_settings) %>;
var mailpoet_welcome_wizard_current_step = <%= json_encode(welcome_wizard_current_step) %>;
</script>
<div id="mailpoet-wizard-container"></div>
<div class="mailpoet-wizard-video">
<iframe
width="1"
height="1"
src="https://player.vimeo.com/video/279123953"
frameborder="0"
></iframe>
</div>
<% include 'mss_pitch_translations.html' %>
<% include 'premium_key_validation_strings.html' %>
<% include 'settings_translations.html' %>
<% endblock %>